2022.11.3

This commit is contained in:
2022-11-19 17:40:31 +02:00
parent 3381d7c021
commit a8c6f31fc8
7 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -1 +1 @@
2022.7.6 2022.11.3
+1 -2
View File
@@ -26,8 +26,7 @@ http:
- 127.0.0.1 - 127.0.0.1
- 192.168.0.80 - 192.168.0.80
- 192.168.0.27 - 192.168.0.27
- 172.23.0.0/24 - 172.16.0.0/12
- 172.21.0.0/24
lovelace: lovelace:
mode: yaml mode: yaml
+11 -14
View File
@@ -28,22 +28,19 @@ script:
tapo_bedroom_on: tapo_bedroom_on:
sequence: sequence:
- service: tapo_control.set_privacy_mode - service: swtich.turn_off
entity_id: camera.bedroom_hd entity_id: switch.bedroom_privacy
- service: input_select.select_option
entity_id: select.bedroom_move_to_preset
data: data:
privacy_mode: "off" option: "live"
- service: tapo_control.ptz
entity_id: camera.bedroom_hd
data:
preset: "live"
tapo_bedroom_off: tapo_bedroom_off:
sequence: sequence:
- service: tapo_control.ptz - service: input_select.select_option
entity_id: camera.bedroom_hd entity_id: select.bedroom_move_to_preset
data: data:
preset: "off" option: "off"
- service: tapo_control.set_privacy_mode - service: swtich.turn_on
entity_id: camera.bedroom_hd entity_id: switch.bedroom_privacy
data:
privacy_mode: "on"
@@ -1,6 +1,6 @@
sensor: sensor:
- platform: command_line - platform: command_line
name: Cobalt CPU Temperature name: Cobalt CPU Temperature
command: "cat /sys/class/thermal/thermal_zone3/temp" command: "cat /sys/class/thermal/thermal_zone4/temp"
unit_of_measurement: "°C" unit_of_measurement: "°C"
value_template: '{{ value | multiply(0.001) | round(1) }}' value_template: '{{ value | multiply(0.001) | round(1) }}'
@@ -153,7 +153,7 @@ automation:
- alias: Climate · AC · Turn on if hot - alias: Climate · AC · Turn on if hot
trigger: trigger:
- platform: template - 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" for: "00:05:00"
- platform: state - platform: state
entity_id: entity_id:
-2
View File
@@ -1,5 +1,3 @@
# https://www.home-assistant.io/integrations/sun # https://www.home-assistant.io/integrations/sun
sun: sun:
sensor:
- platform: moon
+6
View File
@@ -4,6 +4,12 @@
# token: !secret hacs_github_token # token: !secret hacs_github_token
# appdaemon: true # appdaemon: true
# sensor:
# - platform: moon
# - platform: uptime
# https://www.home-assistant.io/integrations/mikrotik # https://www.home-assistant.io/integrations/mikrotik
# mikrotik: # mikrotik:
# - name: Mikrotik # - name: Mikrotik