diff --git a/.yamllint.yaml b/.yamllint.yaml index c17b236..b7a70ff 100644 --- a/.yamllint.yaml +++ b/.yamllint.yaml @@ -1,6 +1,7 @@ extends: default ignore: | + appdaemon/ config/templates/partials/ config/secrets.yaml diff --git a/config/packages/devices/living_room/toshiba_ac.yaml b/config/packages/devices/living_room/toshiba_ac.yaml index 48c4a83..b1a8bb6 100644 --- a/config/packages/devices/living_room/toshiba_ac.yaml +++ b/config/packages/devices/living_room/toshiba_ac.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" diff --git a/config/packages/modules/media/plex.yaml b/config/packages/modules/media/plex.yaml index be272f0..af740ac 100644 --- a/config/packages/modules/media/plex.yaml +++ b/config/packages/modules/media/plex.yaml @@ -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 diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 5702d17..82d02b3 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -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