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
|
state: not_home
|
||||||
enabled: false
|
enabled: false
|
||||||
action:
|
action:
|
||||||
- service: light.turn_off
|
- target:
|
||||||
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,12 +398,13 @@
|
|||||||
device_id: c4ead7f6227e2ee4c43c4b0df829cd84
|
device_id: c4ead7f6227e2ee4c43c4b0df829cd84
|
||||||
entity_id: 7f7284b11f2bf50ae2f0ebeeb35411c0
|
entity_id: 7f7284b11f2bf50ae2f0ebeeb35411c0
|
||||||
domain: switch
|
domain: switch
|
||||||
- service: media_player.turn_off
|
enabled: false
|
||||||
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
|
||||||
@ -749,8 +750,8 @@
|
|||||||
entity_id: person.marcus_scholz
|
entity_id: person.marcus_scholz
|
||||||
state: home
|
state: home
|
||||||
action:
|
action:
|
||||||
- service: script.moodlight_xmas
|
- data: {}
|
||||||
data: {}
|
action: script.moodlight_xmas
|
||||||
- type: turn_on
|
- type: turn_on
|
||||||
device_id: c4ead7f6227e2ee4c43c4b0df829cd84
|
device_id: c4ead7f6227e2ee4c43c4b0df829cd84
|
||||||
entity_id: 7f7284b11f2bf50ae2f0ebeeb35411c0
|
entity_id: 7f7284b11f2bf50ae2f0ebeeb35411c0
|
||||||
@ -765,8 +766,7 @@
|
|||||||
offset: '+1:00'
|
offset: '+1:00'
|
||||||
condition: []
|
condition: []
|
||||||
action:
|
action:
|
||||||
- service: light.turn_off
|
- target:
|
||||||
target:
|
|
||||||
area_id:
|
area_id:
|
||||||
- schlafzimmer
|
- schlafzimmer
|
||||||
device_id:
|
device_id:
|
||||||
@ -781,10 +781,12 @@
|
|||||||
- 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,16 +47,6 @@ 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