Compare commits
2 Commits
2d3c9cf674
...
d5be7fea6b
Author | SHA1 | Date | |
---|---|---|---|
d5be7fea6b | |||
8a446a727b |
@ -1 +1 @@
|
|||||||
2023.11.1
|
2023.11.2
|
@ -625,8 +625,8 @@
|
|||||||
|
|
||||||
'
|
'
|
||||||
- id: '1698873510271'
|
- id: '1698873510271'
|
||||||
alias: Awtrix Laufender Spotify Song
|
alias: 'Awtrix: Laufender Spotify Song'
|
||||||
description: ''
|
description: Küche
|
||||||
use_blueprint:
|
use_blueprint:
|
||||||
path: spotify-song-notification/GKXydoDmOpjL.yaml
|
path: spotify-song-notification/GKXydoDmOpjL.yaml
|
||||||
input:
|
input:
|
||||||
@ -635,7 +635,7 @@
|
|||||||
icon_in: spotify
|
icon_in: spotify
|
||||||
- id: '1698873776237'
|
- id: '1698873776237'
|
||||||
alias: 'Awtrix: zufälliger Effekt'
|
alias: 'Awtrix: zufälliger Effekt'
|
||||||
description: ''
|
description: Küche
|
||||||
use_blueprint:
|
use_blueprint:
|
||||||
path: AWTRIX/awtrix_random_effect.yaml
|
path: AWTRIX/awtrix_random_effect.yaml
|
||||||
input:
|
input:
|
||||||
@ -667,6 +667,7 @@
|
|||||||
input:
|
input:
|
||||||
awtrix:
|
awtrix:
|
||||||
- a6d24e7d93c114723bf525e9eac1c2df
|
- a6d24e7d93c114723bf525e9eac1c2df
|
||||||
|
- 231cd7ec37e32690faf126105b03ee02
|
||||||
calendar: calendar.privat
|
calendar: calendar.privat
|
||||||
push_icon: '2'
|
push_icon: '2'
|
||||||
- id: '1698949221372'
|
- id: '1698949221372'
|
||||||
@ -677,6 +678,7 @@
|
|||||||
input:
|
input:
|
||||||
awtrix:
|
awtrix:
|
||||||
- a6d24e7d93c114723bf525e9eac1c2df
|
- a6d24e7d93c114723bf525e9eac1c2df
|
||||||
|
- 231cd7ec37e32690faf126105b03ee02
|
||||||
power_source: sensor.balkonkraftwerk_power
|
power_source: sensor.balkonkraftwerk_power
|
||||||
skip_if_zero_watts: true
|
skip_if_zero_watts: true
|
||||||
- id: '1698954553138'
|
- id: '1698954553138'
|
||||||
@ -703,3 +705,38 @@
|
|||||||
qos: 0
|
qos: 0
|
||||||
retain: false
|
retain: false
|
||||||
mode: single
|
mode: single
|
||||||
|
- id: '1699955800413'
|
||||||
|
alias: 'Awtrix: Laufender Spotify Song'
|
||||||
|
description: Desk
|
||||||
|
use_blueprint:
|
||||||
|
path: spotify-song-notification/GKXydoDmOpjL.yaml
|
||||||
|
input:
|
||||||
|
awtrix_light: 231cd7ec37e32690faf126105b03ee02
|
||||||
|
media_player: media_player.spotify_marcus_scholz
|
||||||
|
icon_in: spotify
|
||||||
|
- id: '1699956514259'
|
||||||
|
alias: 'Awtrix: zufälliger Effekt'
|
||||||
|
description: Desk
|
||||||
|
use_blueprint:
|
||||||
|
path: AWTRIX/awtrix_random_effect.yaml
|
||||||
|
input:
|
||||||
|
awtrix_light: 231cd7ec37e32690faf126105b03ee02
|
||||||
|
effect_list:
|
||||||
|
- MovingLine
|
||||||
|
- Plasma
|
||||||
|
- Matrix
|
||||||
|
- SwirlIn
|
||||||
|
- ColorWaves
|
||||||
|
- TwinklingStars
|
||||||
|
- Ripple
|
||||||
|
- PingPong
|
||||||
|
- Checkerboard
|
||||||
|
- PlasmaCloud
|
||||||
|
- Pacifica
|
||||||
|
- LookingEyes
|
||||||
|
- SwirlOut
|
||||||
|
- TheaterChase
|
||||||
|
- Snake
|
||||||
|
- Fireworks
|
||||||
|
- BrickBreaker
|
||||||
|
- Radar
|
||||||
|
@ -5,6 +5,12 @@
|
|||||||
auto_purge: true
|
auto_purge: true
|
||||||
purge_keep_days: 7
|
purge_keep_days: 7
|
||||||
# include:
|
# include:
|
||||||
|
# entity_globs:
|
||||||
|
# - sensor.rd6018_controller_*
|
||||||
|
# entities:
|
||||||
|
# - sensor.line_power_channel_a_voltage
|
||||||
|
# - sensor.line_power_channel_b_voltage
|
||||||
|
# - sensor.line_power_channel_c_voltage
|
||||||
# domains:
|
# domains:
|
||||||
# - sensor
|
# - sensor
|
||||||
# - switch
|
# - switch
|
||||||
@ -16,17 +22,19 @@
|
|||||||
entity_globs:
|
entity_globs:
|
||||||
- weather.zuhause_*
|
- weather.zuhause_*
|
||||||
- sensor.*_power_factor
|
- sensor.*_power_factor
|
||||||
- sensor.*_current
|
|
||||||
- sensor.*_voltage
|
|
||||||
- sensor.dwd*
|
- sensor.dwd*
|
||||||
- binary_sensor.*firmware_update
|
- binary_sensor.*firmware_update
|
||||||
- binary_sensor.*_overpowering
|
- binary_sensor.*_overpowering
|
||||||
- binary_sensor.*_overheating
|
- binary_sensor.*_overheating
|
||||||
- sensor.*_wi_fi_signal
|
- sensor.*_wi_fi_signal
|
||||||
|
- sensor.*_wifi_strenght
|
||||||
|
- sensor.*_uptime
|
||||||
entities:
|
entities:
|
||||||
- sun.sun # Don't record sun data
|
- sun.sun # Don't record sun data
|
||||||
- sensor.fritzbox_device_uptime
|
- sensor.fritzbox_device_uptime
|
||||||
- sensor.time
|
- sensor.time
|
||||||
|
- sensor.awtrix_kitchen_current_app
|
||||||
|
- sensor.awtrix_desk_current_app
|
||||||
# event_types:
|
# event_types:
|
||||||
# - call_service # Don't record service calls
|
# - call_service # Don't record service calls
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user