Compare commits
No commits in common. "fb027e0c45606a7c79510726ffbef8f06edaa6a2" and "683ffe77679e2a3ded7ede734b82003189cfa084" have entirely different histories.
fb027e0c45
...
683ffe7767
@ -1 +1 @@
|
||||
2024.9.1
|
||||
2024.7.1
|
@ -378,14 +378,14 @@
|
||||
state: not_home
|
||||
enabled: false
|
||||
action:
|
||||
- target:
|
||||
- service: light.turn_off
|
||||
target:
|
||||
area_id:
|
||||
- wohnzimmer
|
||||
- schlafzimmer
|
||||
- kuche
|
||||
- kinderzimmer
|
||||
data: {}
|
||||
action: light.turn_off
|
||||
- type: turn_off
|
||||
device_id: 6d1be741876624a70ab5b01b54c6fd6f
|
||||
entity_id: switch.kuche_musik
|
||||
@ -398,13 +398,12 @@
|
||||
device_id: c4ead7f6227e2ee4c43c4b0df829cd84
|
||||
entity_id: 7f7284b11f2bf50ae2f0ebeeb35411c0
|
||||
domain: switch
|
||||
enabled: false
|
||||
- target:
|
||||
- service: media_player.turn_off
|
||||
target:
|
||||
area_id:
|
||||
- schlafzimmer
|
||||
- wohnzimmer
|
||||
data: {}
|
||||
action: media_player.turn_off
|
||||
mode: single
|
||||
- id: '1632477389492'
|
||||
alias: Licht beim Heimkommen einschalten
|
||||
@ -750,8 +749,8 @@
|
||||
entity_id: person.marcus_scholz
|
||||
state: home
|
||||
action:
|
||||
- data: {}
|
||||
action: script.moodlight_xmas
|
||||
- service: script.moodlight_xmas
|
||||
data: {}
|
||||
- type: turn_on
|
||||
device_id: c4ead7f6227e2ee4c43c4b0df829cd84
|
||||
entity_id: 7f7284b11f2bf50ae2f0ebeeb35411c0
|
||||
@ -766,7 +765,8 @@
|
||||
offset: '+1:00'
|
||||
condition: []
|
||||
action:
|
||||
- target:
|
||||
- service: light.turn_off
|
||||
target:
|
||||
area_id:
|
||||
- schlafzimmer
|
||||
device_id:
|
||||
@ -781,12 +781,10 @@
|
||||
- 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,6 +47,16 @@ 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