Compare commits
4 Commits
2693c1eb23
...
eebdd02c0d
| Author | SHA1 | Date | |
|---|---|---|---|
| eebdd02c0d | |||
| de7be036ab | |||
| 3e6f99dcc1 | |||
| e4fab4f5c8 |
+1
-1
@@ -1 +1 @@
|
|||||||
2026.3.3
|
2026.4.1
|
||||||
@@ -89,10 +89,6 @@ google_assistant:
|
|||||||
service_account: !include SERVICE_ACCOUNT.json
|
service_account: !include SERVICE_ACCOUNT.json
|
||||||
report_state: true
|
report_state: true
|
||||||
|
|
||||||
climate:
|
|
||||||
- platform: touchline
|
|
||||||
host: !secret touchlineIP
|
|
||||||
|
|
||||||
##################################################
|
##################################################
|
||||||
# gardin-gruppe
|
# gardin-gruppe
|
||||||
##################################################
|
##################################################
|
||||||
|
|||||||
@@ -108,7 +108,9 @@ sections:
|
|||||||
- entity: sensor.hue_motion_sensor_1_temperature_2
|
- entity: sensor.hue_motion_sensor_1_temperature_2
|
||||||
name: Hue sovevaerelse
|
name: Hue sovevaerelse
|
||||||
- entity: sensor.hue_motion_sensor_1_temperature
|
- entity: sensor.hue_motion_sensor_1_temperature
|
||||||
name: Hue skab
|
name: Skab Claus
|
||||||
|
- entity: sensor.temperature
|
||||||
|
name: Skab Anne
|
||||||
|
|
||||||
- type: thermostat
|
- type: thermostat
|
||||||
entity: climate.sovev_prelse
|
entity: climate.sovev_prelse
|
||||||
@@ -237,8 +239,6 @@ sections:
|
|||||||
series:
|
series:
|
||||||
- entity: sensor.stue_motion_temperatur
|
- entity: sensor.stue_motion_temperatur
|
||||||
name: Hue
|
name: Hue
|
||||||
- entity: sensor.n22_temperatur
|
|
||||||
name: Netatmo
|
|
||||||
|
|
||||||
- type: grid
|
- type: grid
|
||||||
cards:
|
cards:
|
||||||
|
|||||||
@@ -41,8 +41,7 @@ overvaagning:
|
|||||||
device_id: cf4f218aae515c84aea9f37f190dcfd5
|
device_id: cf4f218aae515c84aea9f37f190dcfd5
|
||||||
enabled: true
|
enabled: true
|
||||||
action: camera.snapshot
|
action: camera.snapshot
|
||||||
- metadata: {}
|
- choose:
|
||||||
choose:
|
|
||||||
- conditions:
|
- conditions:
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ not ai_is_paused }}"
|
value_template: "{{ not ai_is_paused }}"
|
||||||
|
|||||||
@@ -1,4 +1,19 @@
|
|||||||
- sensor:
|
- trigger:
|
||||||
|
- platform: homeassistant
|
||||||
|
event: start
|
||||||
|
- platform: state
|
||||||
|
entity_id: sensor.roborock_s8_pro_ultra_last_clean_end
|
||||||
|
- platform: state
|
||||||
|
entity_id: vacuum.roborock_s8_pro_ultra
|
||||||
|
- platform: state
|
||||||
|
entity_id:
|
||||||
|
- automation.roborock_smart_cleaning_start
|
||||||
|
- automation.roborock_syd_workday_vacuum
|
||||||
|
- automation.roborock_syd_workday_mop
|
||||||
|
attribute: last_triggered
|
||||||
|
- platform: time_pattern
|
||||||
|
hours: "/2"
|
||||||
|
sensor:
|
||||||
- name: "Roborock Last Clean End Compact"
|
- name: "Roborock Last Clean End Compact"
|
||||||
unique_id: roborock_last_clean_end_compact
|
unique_id: roborock_last_clean_end_compact
|
||||||
state: >
|
state: >
|
||||||
|
|||||||
Reference in New Issue
Block a user