Added energy returned and new moodlight preset.
This commit is contained in:
parent
6e48e18384
commit
0191bc13b7
@ -23,7 +23,6 @@
|
|||||||
- binary_sensor.*_overpowering
|
- binary_sensor.*_overpowering
|
||||||
- binary_sensor.*_overheating
|
- binary_sensor.*_overheating
|
||||||
- sensor.*_wi_fi_signal
|
- sensor.*_wi_fi_signal
|
||||||
- sensor.*_energy_returned
|
|
||||||
entities:
|
entities:
|
||||||
- sun.sun # Don't record sun data
|
- sun.sun # Don't record sun data
|
||||||
- sensor.fritzbox_device_uptime
|
- sensor.fritzbox_device_uptime
|
||||||
|
29
scripts.yaml
29
scripts.yaml
@ -45,3 +45,32 @@ moodlight_neutral:
|
|||||||
transition: 2
|
transition: 2
|
||||||
mode: single
|
mode: single
|
||||||
icon: mdi:lightbulb-on
|
icon: mdi:lightbulb-on
|
||||||
|
moodlight_orange_plasma:
|
||||||
|
alias: Moodlight Orange Plasma
|
||||||
|
sequence:
|
||||||
|
- service: light.turn_on
|
||||||
|
data:
|
||||||
|
brightness_pct: 20
|
||||||
|
transition: 2
|
||||||
|
effect: Plasma
|
||||||
|
target:
|
||||||
|
device_id:
|
||||||
|
- 6dcbd87b459412144bddc42af3ae8b83
|
||||||
|
- 4edd9b9df7d1f6f2fe7dcc2e5c0eb968
|
||||||
|
- c64e7c3dcda7f1c23e456959f2c60f39
|
||||||
|
- service: select.select_option
|
||||||
|
target:
|
||||||
|
entity_id: select.wohnzimmer_hinten_color_palette, select.wohnzimmer_vorne_color_palette,
|
||||||
|
select.kuche_color_palette
|
||||||
|
data:
|
||||||
|
option: Orangery
|
||||||
|
- condition: state
|
||||||
|
state: 'on'
|
||||||
|
entity_id: media_player.lg_webos_smart_tv
|
||||||
|
- service: light.turn_off
|
||||||
|
target:
|
||||||
|
device_id: 6dcbd87b459412144bddc42af3ae8b83
|
||||||
|
data:
|
||||||
|
transition: 2
|
||||||
|
mode: single
|
||||||
|
icon: mdi:lightbulb-on
|
||||||
|
Loading…
Reference in New Issue
Block a user