Multiple config changes
- new scene "stillen" - stop media player on pause key, to prevent squeezelite stutter issue - ignore "new devices available" notification
This commit is contained in:
@@ -7,7 +7,9 @@ person:
|
||||
sun:
|
||||
system_health:
|
||||
updater:
|
||||
|
||||
recorder:
|
||||
logbook:
|
||||
|
||||
#input_boolean:
|
||||
#input_datetime:
|
||||
#input_number:
|
||||
@@ -17,7 +19,6 @@ updater:
|
||||
|
||||
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
|
||||
http:
|
||||
base_url: https://ha.bauer.tech
|
||||
|
||||
homeassistant:
|
||||
name: MyHome
|
||||
@@ -67,6 +68,9 @@ homekit:
|
||||
include_domains:
|
||||
- scene
|
||||
|
||||
discovery:
|
||||
ignore:
|
||||
- philips_hue
|
||||
|
||||
history:
|
||||
exclude:
|
||||
@@ -275,20 +279,20 @@ sensor:
|
||||
- 'date_time_iso'
|
||||
- 'time_date'
|
||||
|
||||
# - platform: history_stats
|
||||
# name: Pool Pumpe Heute
|
||||
# entity_id: switch.pool_pumpe
|
||||
# type: time
|
||||
# state: 'on'
|
||||
# start: '{{ now().replace(hour=0).replace(minute=0).replace(second=0) }}'
|
||||
# end: '{{ now() }}'
|
||||
# - platform: history_stats
|
||||
# name: Pool Pumpe Gestern
|
||||
# entity_id: switch.pool_pumpe
|
||||
# type: time
|
||||
# state: 'on'
|
||||
# start: '{{ as_timestamp(now().replace(hour=0).replace(minute=0).replace(second=0)) - (60*60 * 24) }}'
|
||||
# end: '{{ now().replace(hour=0).replace(minute=0).replace(second=0) }}'
|
||||
- platform: history_stats
|
||||
name: Pool Pumpe Heute
|
||||
entity_id: switch.mobile_steckdose_schalter_1
|
||||
type: time
|
||||
state: 'on'
|
||||
start: '{{ now().replace(hour=0).replace(minute=0).replace(second=0) }}'
|
||||
end: '{{ now() }}'
|
||||
- platform: history_stats
|
||||
name: Pool Pumpe Gestern
|
||||
entity_id: switch.mobile_steckdose_schalter_1
|
||||
type: time
|
||||
state: 'on'
|
||||
start: '{{ as_timestamp(now().replace(hour=0).replace(minute=0).replace(second=0)) - (60*60 * 24) }}'
|
||||
end: '{{ now().replace(hour=0).replace(minute=0).replace(second=0) }}'
|
||||
|
||||
|
||||
group: !include groups.yaml
|
||||
|
||||
Reference in New Issue
Block a user