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
|
state: not_home
|
||||||
enabled: false
|
enabled: false
|
||||||
action:
|
action:
|
||||||
- target:
|
- service: light.turn_off
|
||||||
|
target:
|
||||||
area_id:
|
area_id:
|
||||||
- wohnzimmer
|
- wohnzimmer
|
||||||
- schlafzimmer
|
- schlafzimmer
|
||||||
- kuche
|
- kuche
|
||||||
- kinderzimmer
|
- kinderzimmer
|
||||||
data: {}
|
data: {}
|
||||||
action: light.turn_off
|
|
||||||
- type: turn_off
|
- type: turn_off
|
||||||
device_id: 6d1be741876624a70ab5b01b54c6fd6f
|
device_id: 6d1be741876624a70ab5b01b54c6fd6f
|
||||||
entity_id: switch.kuche_musik
|
entity_id: switch.kuche_musik
|
||||||
@ -398,13 +398,12 @@
|
|||||||
device_id: c4ead7f6227e2ee4c43c4b0df829cd84
|
device_id: c4ead7f6227e2ee4c43c4b0df829cd84
|
||||||
entity_id: 7f7284b11f2bf50ae2f0ebeeb35411c0
|
entity_id: 7f7284b11f2bf50ae2f0ebeeb35411c0
|
||||||
domain: switch
|
domain: switch
|
||||||
enabled: false
|
- service: media_player.turn_off
|
||||||
- target:
|
target:
|
||||||
area_id:
|
area_id:
|
||||||
- schlafzimmer
|
- schlafzimmer
|
||||||
- wohnzimmer
|
- wohnzimmer
|
||||||
data: {}
|
data: {}
|
||||||
action: media_player.turn_off
|
|
||||||
mode: single
|
mode: single
|
||||||
- id: '1632477389492'
|
- id: '1632477389492'
|
||||||
alias: Licht beim Heimkommen einschalten
|
alias: Licht beim Heimkommen einschalten
|
||||||
@ -750,8 +749,8 @@
|
|||||||
entity_id: person.marcus_scholz
|
entity_id: person.marcus_scholz
|
||||||
state: home
|
state: home
|
||||||
action:
|
action:
|
||||||
- data: {}
|
- service: script.moodlight_xmas
|
||||||
action: script.moodlight_xmas
|
data: {}
|
||||||
- type: turn_on
|
- type: turn_on
|
||||||
device_id: c4ead7f6227e2ee4c43c4b0df829cd84
|
device_id: c4ead7f6227e2ee4c43c4b0df829cd84
|
||||||
entity_id: 7f7284b11f2bf50ae2f0ebeeb35411c0
|
entity_id: 7f7284b11f2bf50ae2f0ebeeb35411c0
|
||||||
@ -766,7 +765,8 @@
|
|||||||
offset: '+1:00'
|
offset: '+1:00'
|
||||||
condition: []
|
condition: []
|
||||||
action:
|
action:
|
||||||
- target:
|
- service: light.turn_off
|
||||||
|
target:
|
||||||
area_id:
|
area_id:
|
||||||
- schlafzimmer
|
- schlafzimmer
|
||||||
device_id:
|
device_id:
|
||||||
@ -781,12 +781,10 @@
|
|||||||
- 063e41329df7b29bbaa8df2f508ee6cb
|
- 063e41329df7b29bbaa8df2f508ee6cb
|
||||||
data:
|
data:
|
||||||
transition: 2
|
transition: 2
|
||||||
action: light.turn_off
|
|
||||||
- type: turn_off
|
- type: turn_off
|
||||||
device_id: c4ead7f6227e2ee4c43c4b0df829cd84
|
device_id: c4ead7f6227e2ee4c43c4b0df829cd84
|
||||||
entity_id: 7f7284b11f2bf50ae2f0ebeeb35411c0
|
entity_id: 7f7284b11f2bf50ae2f0ebeeb35411c0
|
||||||
domain: switch
|
domain: switch
|
||||||
enabled: true
|
|
||||||
mode: single
|
mode: single
|
||||||
- id: '1701774106609'
|
- id: '1701774106609'
|
||||||
alias: IKEA STYRBAR Wohnzimmer
|
alias: IKEA STYRBAR Wohnzimmer
|
||||||
|
@ -47,6 +47,16 @@ ics_calendar: !include ics_calendars.yaml
|
|||||||
# DB-recorder configuration
|
# DB-recorder configuration
|
||||||
recorder: !include recorder.yaml
|
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
|
# Enable Bluetooth
|
||||||
bluetooth:
|
bluetooth:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user