More yamllint

This commit is contained in:
2020-06-07 21:57:04 +03:00
parent 77577806ab
commit a6806d8925
4 changed files with 23 additions and 22 deletions
+1
View File
@@ -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"
+9 -9
View File
@@ -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
View File
@@ -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