mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-04 01:08:43 +00:00
More yamllint
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
extends: default
|
||||
|
||||
ignore: |
|
||||
appdaemon/
|
||||
config/templates/partials/
|
||||
config/secrets.yaml
|
||||
|
||||
|
||||
@@ -6,10 +6,10 @@ climate:
|
||||
state_topic: "tele/ir_blaster_1/RESULT"
|
||||
temperature_sensor: sensor.multisensor_6_temperature
|
||||
protocol: "TOSHIBA_AC"
|
||||
max_temp: 30 #optional - default 32 int value
|
||||
max_temp: 30 # optional - default 32 int value
|
||||
min_temp: 17
|
||||
target_temp: 22 #optional - default 26 int value
|
||||
away_temp: 18 #optional - default 24 int value
|
||||
target_temp: 22 # optional - default 26 int value
|
||||
away_temp: 18 # ptional - default 24 int value
|
||||
supported_modes:
|
||||
- "heat"
|
||||
- "cool"
|
||||
|
||||
@@ -55,12 +55,12 @@ automation:
|
||||
- service: scene.turn_on
|
||||
# FIXME: Light colors are not being snapshotted/restored properly.
|
||||
entity_id: scene.plex_before_start
|
||||
# - delay: 00:00:01
|
||||
# - condition: state
|
||||
# entity_id: light.light_avatar_small_2
|
||||
# state: "on"
|
||||
# # FIXME: There is nothing else to fix the temperature of the PC light
|
||||
# - service: light.turn_on
|
||||
# entity_id: light.light_avatar_small_2
|
||||
# data:
|
||||
# color_temp: 250
|
||||
# - delay: 00:00:01
|
||||
# - condition: state
|
||||
# entity_id: light.light_avatar_small_2
|
||||
# state: "on"
|
||||
# # FIXME: There is nothing else to fix the temperature of the PC light
|
||||
# - service: light.turn_on
|
||||
# entity_id: light.light_avatar_small_2
|
||||
# data:
|
||||
# color_temp: 250
|
||||
|
||||
+10
-10
@@ -14,13 +14,13 @@ services:
|
||||
restart: always
|
||||
network_mode: host
|
||||
|
||||
# appdaemon:
|
||||
# container_name: appdaemon
|
||||
# image: acockburn/appdaemon:latest
|
||||
# ports:
|
||||
# - 5050:5050
|
||||
# volumes:
|
||||
# - ../appdaemon:/conf
|
||||
# depends_on:
|
||||
# - homeassistant
|
||||
# network_mode: host
|
||||
# appdaemon:
|
||||
# container_name: appdaemon
|
||||
# image: acockburn/appdaemon:latest
|
||||
# ports:
|
||||
# - 5050:5050
|
||||
# volumes:
|
||||
# - ../appdaemon:/conf
|
||||
# depends_on:
|
||||
# - homeassistant
|
||||
# network_mode: host
|
||||
|
||||
Reference in New Issue
Block a user