From a8c6f31fc8254bd099da0645aeac2ee9a9d7fdd8 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sat, 19 Nov 2022 17:40:31 +0200 Subject: [PATCH] 2022.11.3 --- config/.HA_VERSION | 2 +- config/configuration.yaml | 3 +-- config/packages/devices/bedroom/tapo.yaml | 25 ++++++++----------- .../packages/devices/living_room/cobalt.yaml | 2 +- .../devices/living_room/toshiba_ac.yaml | 2 +- config/packages/sensors/space.yaml | 2 -- config/replaced_with_config_flow.yaml | 6 +++++ 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/config/.HA_VERSION b/config/.HA_VERSION index 9695724..9a79ef1 100644 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -2022.7.6 \ No newline at end of file +2022.11.3 \ No newline at end of file diff --git a/config/configuration.yaml b/config/configuration.yaml index 268a261..3e1f90d 100644 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -26,8 +26,7 @@ http: - 127.0.0.1 - 192.168.0.80 - 192.168.0.27 - - 172.23.0.0/24 - - 172.21.0.0/24 + - 172.16.0.0/12 lovelace: mode: yaml diff --git a/config/packages/devices/bedroom/tapo.yaml b/config/packages/devices/bedroom/tapo.yaml index 9fb2015..62b6ac9 100644 --- a/config/packages/devices/bedroom/tapo.yaml +++ b/config/packages/devices/bedroom/tapo.yaml @@ -28,22 +28,19 @@ script: tapo_bedroom_on: sequence: - - service: tapo_control.set_privacy_mode - entity_id: camera.bedroom_hd + - service: swtich.turn_off + entity_id: switch.bedroom_privacy + - service: input_select.select_option + entity_id: select.bedroom_move_to_preset data: - privacy_mode: "off" - - service: tapo_control.ptz - entity_id: camera.bedroom_hd - data: - preset: "live" + option: "live" tapo_bedroom_off: sequence: - - service: tapo_control.ptz - entity_id: camera.bedroom_hd + - service: input_select.select_option + entity_id: select.bedroom_move_to_preset data: - preset: "off" - - service: tapo_control.set_privacy_mode - entity_id: camera.bedroom_hd - data: - privacy_mode: "on" + option: "off" + - service: swtich.turn_on + entity_id: switch.bedroom_privacy + diff --git a/config/packages/devices/living_room/cobalt.yaml b/config/packages/devices/living_room/cobalt.yaml index 9b074ee..9a866ab 100644 --- a/config/packages/devices/living_room/cobalt.yaml +++ b/config/packages/devices/living_room/cobalt.yaml @@ -1,6 +1,6 @@ sensor: - platform: command_line name: Cobalt CPU Temperature - command: "cat /sys/class/thermal/thermal_zone3/temp" + command: "cat /sys/class/thermal/thermal_zone4/temp" unit_of_measurement: "°C" value_template: '{{ value | multiply(0.001) | round(1) }}' diff --git a/config/packages/devices/living_room/toshiba_ac.yaml b/config/packages/devices/living_room/toshiba_ac.yaml index be8e204..32ee790 100644 --- a/config/packages/devices/living_room/toshiba_ac.yaml +++ b/config/packages/devices/living_room/toshiba_ac.yaml @@ -153,7 +153,7 @@ automation: - alias: Climate · AC · Turn on if hot trigger: - platform: template - value_template: "{{ states('sensor.multisensor_6_temperature')|float > states('input_number.toshiba_trigger_temp')|float }}" + value_template: "{{ states('sensor.multisensor_6_temperature')|float|default(0) > states('input_number.toshiba_trigger_temp')|float }}" for: "00:05:00" - platform: state entity_id: diff --git a/config/packages/sensors/space.yaml b/config/packages/sensors/space.yaml index cf98dd6..89940a3 100644 --- a/config/packages/sensors/space.yaml +++ b/config/packages/sensors/space.yaml @@ -1,5 +1,3 @@ # https://www.home-assistant.io/integrations/sun sun: -sensor: - - platform: moon diff --git a/config/replaced_with_config_flow.yaml b/config/replaced_with_config_flow.yaml index e33029a..750347a 100644 --- a/config/replaced_with_config_flow.yaml +++ b/config/replaced_with_config_flow.yaml @@ -4,6 +4,12 @@ # token: !secret hacs_github_token # appdaemon: true +# sensor: +# - platform: moon + + +# - platform: uptime + # https://www.home-assistant.io/integrations/mikrotik # mikrotik: # - name: Mikrotik