Compare commits
3 Commits
683ffe7767
...
fb027e0c45
Author | SHA1 | Date | |
---|---|---|---|
fb027e0c45 | |||
f744021925 | |||
daaec3cc60 |
@ -1 +1 @@
|
||||
2024.7.1
|
||||
2024.9.1
|
@ -378,14 +378,14 @@
|
||||
state: not_home
|
||||
enabled: false
|
||||
action:
|
||||
- service: light.turn_off
|
||||
target:
|
||||
- target:
|
||||
area_id:
|
||||
- wohnzimmer
|
||||
- schlafzimmer
|
||||
- kuche
|
||||
- kinderzimmer
|
||||
data: {}
|
||||
action: light.turn_off
|
||||
- type: turn_off
|
||||
device_id: 6d1be741876624a70ab5b01b54c6fd6f
|
||||
entity_id: switch.kuche_musik
|
||||
@ -398,12 +398,13 @@
|
||||
device_id: c4ead7f6227e2ee4c43c4b0df829cd84
|
||||
entity_id: 7f7284b11f2bf50ae2f0ebeeb35411c0
|
||||
domain: switch
|
||||
- service: media_player.turn_off
|
||||
target:
|
||||
enabled: false
|
||||
- target:
|
||||
area_id:
|
||||
- schlafzimmer
|
||||
- wohnzimmer
|
||||
data: {}
|
||||
action: media_player.turn_off
|
||||
mode: single
|
||||
- id: '1632477389492'
|
||||
alias: Licht beim Heimkommen einschalten
|
||||
@ -749,8 +750,8 @@
|
||||
entity_id: person.marcus_scholz
|
||||
state: home
|
||||
action:
|
||||
- service: script.moodlight_xmas
|
||||
data: {}
|
||||
- data: {}
|
||||
action: script.moodlight_xmas
|
||||
- type: turn_on
|
||||
device_id: c4ead7f6227e2ee4c43c4b0df829cd84
|
||||
entity_id: 7f7284b11f2bf50ae2f0ebeeb35411c0
|
||||
@ -765,8 +766,7 @@
|
||||
offset: '+1:00'
|
||||
condition: []
|
||||
action:
|
||||
- service: light.turn_off
|
||||
target:
|
||||
- target:
|
||||
area_id:
|
||||
- schlafzimmer
|
||||
device_id:
|
||||
@ -781,10 +781,12 @@
|
||||
- 063e41329df7b29bbaa8df2f508ee6cb
|
||||
data:
|
||||
transition: 2
|
||||
action: light.turn_off
|
||||
- type: turn_off
|
||||
device_id: c4ead7f6227e2ee4c43c4b0df829cd84
|
||||
entity_id: 7f7284b11f2bf50ae2f0ebeeb35411c0
|
||||
domain: switch
|
||||
enabled: true
|
||||
mode: single
|
||||
- id: '1701774106609'
|
||||
alias: IKEA STYRBAR Wohnzimmer
|
||||
|
@ -47,16 +47,6 @@ ics_calendar: !include ics_calendars.yaml
|
||||
# DB-recorder configuration
|
||||
recorder: !include recorder.yaml
|
||||
|
||||
# Home Assistant InfluxDB integration
|
||||
influxdb:
|
||||
host: a0d7b954-influxdb
|
||||
port: 8086
|
||||
database: homeassistant
|
||||
username: homeassistant
|
||||
password: !secret influx_pass
|
||||
max_retries: 3
|
||||
default_measurement: state
|
||||
|
||||
# Enable Bluetooth
|
||||
bluetooth:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user