Update devices.yaml and state.json with new device configurations and states
- Refactored friendly names in devices.yaml for consistency and clarity. - Added new devices and updated existing ones in devices.yaml. - Populated state.json with detailed state information for various devices, including brightness, power, and link quality. - Included update information for devices where applicable.
This commit is contained in:
42
scripts.yaml
42
scripts.yaml
@@ -634,7 +634,7 @@ keuken_alles_uit:
|
||||
- action: switch.turn_off
|
||||
metadata: {}
|
||||
target:
|
||||
entity_id: switch.boiler_2
|
||||
entity_id: switch.boiler
|
||||
data: {}
|
||||
alias: Boiler uit
|
||||
- action: climate.set_temperature
|
||||
@@ -652,10 +652,10 @@ keuken_alles_uit:
|
||||
- light.lamp_keuken_main
|
||||
- light.lamp_toilet
|
||||
data: {}
|
||||
- action: switch.turn_off
|
||||
- action: switch.turn_on
|
||||
metadata: {}
|
||||
target:
|
||||
entity_id: switch.display_keuken_scherm
|
||||
entity_id: switch.display_keuken_screensaver
|
||||
data: {}
|
||||
alias: Alles uit - Keuken
|
||||
description: ''
|
||||
@@ -666,9 +666,9 @@ slaapkamer_alles_uit:
|
||||
metadata: {}
|
||||
target:
|
||||
entity_id:
|
||||
- light.lamp_slaapkamer_2
|
||||
- light.lamp_slaapkamer
|
||||
- light.lamp_bed_links_dim
|
||||
- light.lanp_bed_rechts_dim
|
||||
- light.lamp_bed_rechts_dim
|
||||
data: {}
|
||||
- action: climate.set_temperature
|
||||
metadata: {}
|
||||
@@ -689,8 +689,8 @@ woonkamer_alles_uit:
|
||||
target:
|
||||
entity_id:
|
||||
- light.lamp_kast
|
||||
- light.ikea_of_sweden_tradfri_bulb_e27_ww_clear_250lm
|
||||
- light.ikea_of_sweden_stoftmoln_ceiling_wall_lamp_ww37
|
||||
- light.lamp_bank
|
||||
- light.lamp_zitkamer
|
||||
- light.lamp_tafel
|
||||
- light.lamp_tafel_sfeer
|
||||
- light.zout_lamp
|
||||
@@ -746,7 +746,7 @@ alles_uit_kantoor:
|
||||
- action: light.turn_off
|
||||
metadata: {}
|
||||
target:
|
||||
entity_id: light.lamp_kantoor_2
|
||||
entity_id: light.lamp_kantoor
|
||||
data: {}
|
||||
- action: climate.set_temperature
|
||||
metadata: {}
|
||||
@@ -961,7 +961,7 @@ film_kijken:
|
||||
metadata: {}
|
||||
data: {}
|
||||
target:
|
||||
device_id: a421097cef9b325efb84ae7009ff87be
|
||||
entity_id: light.lamp_kast_slaapkamer
|
||||
alias: Film kijken
|
||||
description: ''
|
||||
slapen_slaapkamer_willem:
|
||||
@@ -1005,3 +1005,27 @@ alles_uit_slaapkamer_kids:
|
||||
alias: Alles uit - Slaapkamer kids
|
||||
description: ''
|
||||
icon: mdi:bed-outline
|
||||
display_keuken_aan:
|
||||
sequence:
|
||||
- action: switch.turn_off
|
||||
metadata: {}
|
||||
target:
|
||||
entity_id: switch.display_keuken_screensaver
|
||||
data: {}
|
||||
- action: number.set_value
|
||||
metadata: {}
|
||||
target:
|
||||
entity_id: number.display_keuken_helderheid_screensaver
|
||||
data:
|
||||
value: '100'
|
||||
alias: display keuken aan
|
||||
description: ''
|
||||
display_keuken_uit:
|
||||
sequence:
|
||||
- action: switch.turn_on
|
||||
metadata: {}
|
||||
target:
|
||||
entity_id: switch.display_keuken_screensaver
|
||||
data: {}
|
||||
alias: display keuken uit
|
||||
description: ''
|
||||
|
||||
Reference in New Issue
Block a user