-
Notifications
You must be signed in to change notification settings - Fork 0
/
automations.yaml
820 lines (819 loc) · 22 KB
/
automations.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
- id: '1672858375016'
alias: Ouverture Volet Lever
description: ''
trigger:
- platform: sun
event: sunrise
offset: 0
condition: []
action:
- device_id: 17a014e2e3a6034079b0f55d5d56ca0f
domain: cover
entity_id: cover.volet_salon
type: set_position
position: 100
mode: single
- id: '1672858702469'
alias: Fermeture Volet Soir
description: ''
trigger:
- platform: sun
event: sunset
offset: -00:30:00
condition: []
action:
- if:
- condition: or
conditions:
- condition: device
device_id: d65adb7ef8988cc51cadf93952a717c8
domain: device_tracker
entity_id: device_tracker.cph2399
type: is_home
- condition: device
device_id: 2895e1137403e2f6b7eb238bbc79c9f6
domain: device_tracker
entity_id: device_tracker.m2003j15sc
type: is_home
then:
- service: light.turn_on
data: {}
target:
entity_id: light.lumieres_salon_1_lampadaire_canape
- wait_for_trigger:
- platform: sun
event: sunset
offset: +00:20:00
- choose:
- conditions:
- type: is_not_open
condition: device
device_id: e03ae85517aea2b552940cb0ad4aa858
entity_id: 0c423dce809f9b3baec8b7e45b61e013
domain: binary_sensor
sequence:
- device_id: 17a014e2e3a6034079b0f55d5d56ca0f
domain: cover
entity_id: cover.volet_salon
type: set_position
position: 0
enabled: true
mode: single
- id: '1673739340001'
alias: Allumer PC Backlight
description: ''
trigger:
- platform: state
entity_id:
- sensor.m3te0r_satellite_last_system_state_changed
from: unavailable
to: SessionUnlock
- platform: state
entity_id:
- sensor.m3te0r_satellite_last_system_state_changed
to: SessionUnlock
from: SessionLock
- platform: state
entity_id:
- sensor.m3te0r_affichage_display_count
from: '1'
to: '2'
condition: []
action:
- type: turn_on
device_id: ed846cfca5fd4bb6829e9769e07b9e27
entity_id: light.ruban_led_rgb_pc_backlight
domain: light
mode: single
- id: '1673739436046'
alias: Eteindre PC Backlight
description: ''
trigger:
- platform: state
entity_id:
- sensor.m3te0r_satellite_last_system_state_changed
to: unavailable
- platform: state
entity_id:
- sensor.m3te0r_satellite_last_system_state_changed
to: SessionLock
- platform: state
entity_id:
- sensor.m3te0r_affichage_display_count
from: '2'
to: '1'
condition: []
action:
- type: turn_off
device_id: ed846cfca5fd4bb6829e9769e07b9e27
entity_id: light.ruban_led_rgb_pc_backlight
domain: light
mode: single
- id: '1689715410941'
alias: Enable/Disable wallpanel charging
description: ''
trigger:
- platform: numeric_state
entity_id:
- sensor.redmi_note_9_batterie
below: 25
id: below
- platform: numeric_state
entity_id:
- sensor.redmi_note_9_batterie
above: 90
id: above
condition: []
action:
- choose:
- conditions:
- condition: trigger
id:
- below
sequence:
- service: switch.turn_on
data: {}
target:
device_id: 86b32369f4192c320d4d20d6a84ae7de
- conditions:
- condition: trigger
id:
- above
sequence:
- service: switch.turn_off
data: {}
target:
device_id: 86b32369f4192c320d4d20d6a84ae7de
mode: single
- id: '1689719352340'
alias: Wallpanel screen on motion
description: ''
trigger:
- platform: state
entity_id:
- binary_sensor.capteur_mouvement_salon_occupancy
to: 'on'
id: motion_living_room_detected
- platform: state
entity_id:
- binary_sensor.capteur_mouvement_salon_occupancy
to: 'off'
id: motion_living_room_non_detected
condition: []
action:
- choose:
- conditions:
- condition: trigger
id:
- motion_living_room_detected
sequence:
- service: switch.turn_on
data: {}
target:
entity_id:
- switch.redmi_note_9_screen
- conditions:
- condition: trigger
id:
- motion_living_room_non_detected
sequence:
- delay:
hours: 0
minutes: 1
seconds: 0
milliseconds: 0
- service: switch.turn_off
data: {}
target:
entity_id:
- switch.redmi_note_9_screen
mode: single
- id: '1697749826124'
alias: Lessive - Notif
description: ''
use_blueprint:
path: sbyx/notify-or-do-something-when-an-appliance-like-a-dishwasher-or-washing-machine-finishes.yaml
input:
power_sensor: sensor.prise_lave_linge_power
starting_threshold: 10
starting_hysteresis: 4
finishing_threshold: 8
actions:
- service: notify.mobile_app_cph2399
data:
message: Lessive terminée
data:
persistent: true
tag: washing_machine
actions:
- action: EMPTY_DONE
title: "\U0001F9FAOK c'est vidé!"
- wait_for_trigger:
- platform: event
event_type: mobile_app_notification_action
event_data:
action: EMPTY_DONE
continue_on_timeout: false
enabled: true
- service: notify.mobile_app_cph2399
data:
message: clear_notification
data:
tag: washing_machine
enabled: true
pre_actions:
- service: notify.mobile_app_cph2399
data:
message: "Lessive lancée \U0001F9FC"
title: Machine goes BRRRRRR
finishing_hysteresis: 4
- id: '1698104816067'
alias: Interrupteur salon
description: ''
trigger:
- platform: device
domain: mqtt
device_id: 5fa2be6378cc51520f7eda3fb986a5a1
type: action
subtype: single_left
discovery_id: 0x54ef441000905c8b action_single_left
id: Switch single left
- platform: device
domain: mqtt
device_id: 5fa2be6378cc51520f7eda3fb986a5a1
type: action
subtype: single_right
discovery_id: 0x54ef441000905c8b action_single_right
id: Switch single right
- platform: device
domain: mqtt
device_id: 5fa2be6378cc51520f7eda3fb986a5a1
type: action
subtype: double_right
discovery_id: 0x54ef441000905c8b action_double_right
id: Switch double right
condition: []
action:
- choose:
- conditions:
- condition: trigger
id:
- Switch single left
sequence:
- type: toggle
device_id: 2e1de49063ad9eac1c96d4b03de00e5f
entity_id: c01083ea11ea1a1504b53075f6477fbd
domain: switch
- conditions:
- condition: trigger
id:
- Switch single right
sequence:
- service: light.toggle
data: {}
target:
entity_id: light.lumieres_salon_1_lampadaire_canape
- conditions:
- condition: trigger
id:
- Switch double right
sequence:
- type: toggle
device_id: ff95c4db92b2b3b8ddef2b1809c4dc74
entity_id: d2c6bb222621973cfe3e9731cf9f0bb0
domain: light
mode: single
- id: '1698179412256'
alias: Scene Switch Salon
description: ''
trigger:
- platform: device
domain: mqtt
device_id: db5f32646e7214ce5c77c956ccacc519
type: action
subtype: 1_single
discovery_id: 0x84fd27fffec22f47 action_1_single
id: 1 single
- platform: device
domain: mqtt
device_id: db5f32646e7214ce5c77c956ccacc519
type: action
subtype: 1_hold
discovery_id: 0x84fd27fffec22f47 action_1_hold
id: 1 hold
- platform: device
domain: mqtt
device_id: db5f32646e7214ce5c77c956ccacc519
type: action
subtype: 1_double
discovery_id: 0x84fd27fffec22f47 action_1_double
id: 1 double
- platform: device
domain: mqtt
device_id: db5f32646e7214ce5c77c956ccacc519
type: action
subtype: 3_single
discovery_id: 0x84fd27fffec22f47 action_3_single
id: 3 single
- platform: device
domain: mqtt
device_id: db5f32646e7214ce5c77c956ccacc519
type: action
subtype: 3_double
discovery_id: 0x84fd27fffec22f47 action_3_double
id: 3 double
- platform: device
domain: mqtt
device_id: db5f32646e7214ce5c77c956ccacc519
type: action
subtype: 2_single
discovery_id: 0x84fd27fffec22f47 action_2_single
id: 2 single
- platform: device
domain: mqtt
device_id: db5f32646e7214ce5c77c956ccacc519
type: action
subtype: 2_double
discovery_id: 0x84fd27fffec22f47 action_2_double
id: 2 double
condition: []
action:
- choose:
- conditions:
- condition: trigger
id:
- 1 single
sequence:
- data: {}
target:
entity_id: light.lumieres_salon_1_lampadaire_canape
action: light.toggle
- conditions:
- condition: trigger
id:
- 1 double
sequence:
- choose:
- conditions:
- condition: state
entity_id: light.ampoule_rgbw_salon
state: 'on'
sequence:
- target:
entity_id: light.lumieres_salon
data: {}
action: light.turn_off
- conditions:
- condition: state
entity_id: light.lumieres_salon_1_lampadaire_canape
state: 'on'
sequence:
- target:
entity_id:
- light.lumieres_salon
device_id: []
area_id: []
data: {}
action: light.turn_on
- conditions:
- condition: state
entity_id: light.lumieres_salon
state: 'off'
sequence:
- target:
entity_id: light.lumieres_salon
data: {}
action: light.turn_on
- conditions:
- condition: trigger
id:
- 3 single
sequence:
- choose:
- conditions:
- condition: device
device_id: 17a014e2e3a6034079b0f55d5d56ca0f
domain: cover
entity_id: 7f146a382611f1c8fc8de2d3d5451a55
type: is_open
sequence:
- device_id: 17a014e2e3a6034079b0f55d5d56ca0f
domain: cover
entity_id: 7f146a382611f1c8fc8de2d3d5451a55
type: close
- conditions:
- condition: or
conditions:
- condition: state
entity_id: cover.volet_salon
state: closing
- condition: state
entity_id: cover.volet_salon
state: opening
sequence:
- device_id: 17a014e2e3a6034079b0f55d5d56ca0f
domain: cover
entity_id: 7f146a382611f1c8fc8de2d3d5451a55
type: stop
- conditions:
- condition: trigger
id:
- 3 double
sequence:
- choose:
- conditions:
- condition: state
entity_id: cover.volet_salon
state: opening
sequence:
- device_id: 17a014e2e3a6034079b0f55d5d56ca0f
domain: cover
entity_id: 7f146a382611f1c8fc8de2d3d5451a55
type: stop
- conditions: []
sequence:
- device_id: 17a014e2e3a6034079b0f55d5d56ca0f
domain: cover
entity_id: 7f146a382611f1c8fc8de2d3d5451a55
type: open
- conditions:
- condition: trigger
id:
- 2 double
sequence:
- choose:
- conditions:
- condition: state
entity_id: light.ampoule_rgbw_salon
state: 'on'
sequence:
- data:
brightness_step: -20
target:
entity_id: light.lumieres_salon
action: light.turn_on
- conditions:
- condition: state
entity_id: light.lumieres_salon_1_lampadaire_canape
state: 'on'
sequence:
- target:
entity_id: light.lumieres_salon_1_lampadaire_canape
data:
brightness_step: -20
action: light.turn_on
- conditions:
- condition: trigger
id:
- 2 single
sequence:
- choose:
- conditions:
- condition: state
entity_id: light.ampoule_rgbw_salon
state: 'on'
sequence:
- data:
brightness_step: 20
target:
entity_id: light.lumieres_salon
action: light.turn_on
- conditions:
- condition: state
entity_id: light.lumieres_salon_1_lampadaire_canape
state: 'on'
sequence:
- target:
entity_id: light.lumieres_salon_1_lampadaire_canape
data:
brightness_step: 20
action: light.turn_on
mode: single
- id: '1700090409115'
alias: Lumière Mouvement Couloir Cuisine-Salon
description: ''
use_blueprint:
path: Blackshome/sensor-light.yaml
input:
motion_trigger:
- binary_sensor.capteur_ld2450_entree_bis_zone_3_occupancy
light_switch:
entity_id: light.interrupteur_aqara_entree_left
time_delay: 0
include_sun: sun_enabled
ambient_light_options: ambient_light_option_enabled
ambient_light_sensor: sensor.capteur_mouvement_entree_aqara_illuminance_lux
ambient_light_value: 20
include_ambient: ambient_disabled
ambient_light_high_value: 80
motion_bypass_lights_off:
- input_boolean.killswitch_entree_mouvement_lumiere
include_bypass:
- bypass_enabled_turn_off
sun_elevation: 1
include_time: time_enabled
after_time: '10:00:00'
before_time: 01:30:00
- id: '1700176345431'
alias: La balise Alarme NFC est analysée
description: ''
trigger:
- platform: tag
tag_id: 56ba0b06-35f3-45e9-a2e0-914eb485f25b
condition: []
action:
- service: alarm_control_panel.alarm_disarm
data:
code: '1127'
target:
device_id: 44e2b6977448b5f2e973c5bd39d8e08d
- service: alarm_control_panel.alarm_arm_home
data:
code: '1127'
target:
device_id: 44e2b6977448b5f2e973c5bd39d8e08d
mode: single
- id: '1702252035251'
alias: Low battery level detection & notification for all battery sensors
description: ''
use_blueprint:
path: sbyx/low-battery-level-detection-notification-for-all-battery-sensors.yaml
input:
actions:
- service: notify.mobile_app_cph2399
data:
title: "\U0001FAAB Batteries faibles"
message: 'Alerte batterie faible pour les appareils:
{{sensors|replace(", ", "\n")}}'
threshold: 40
time: '10:00:00'
- id: '1702336916849'
alias: Unavailable entity detection & notification
description: ''
use_blueprint:
path: gmlupatelli/unavailable_entities_notification.yaml
input:
actions:
- service: notify.mobile_app_cph2399
data:
message: '{{entities}}'
exclude:
entity_id:
- sensor.m3te0r_charge_cpu
- sensor.m3te0r_temperature_gpu
- sensor.m3te0r_stockage_c
- sensor.m3te0r_stockage_e
- sensor.m3te0r_stockage_total_disk_count
- sensor.m3te0r_memory_used
- sensor.m3te0r_screen_state
- sensor.m3te0r_session_state
- sensor.m3te0r_last_changed_system_state
- sensor.m3te0r_last_boot
- sensor.m3te0r_affichage_display_count
- sensor.m3te0r_affichage_primary_display
- sensor.m3te0r_affichage_display1
- sensor.m3te0r_affichage_display2
- sensor.m3te0r_affichage_windisc
- sensor.m3te0r_affichage_display6
- sensor.m3te0r_affichage_display7
- sensor.m3te0r_stockage_g
- sensor.m3te0r_affichage_display5
- button.m3te0r_m3te0r_pc_shutdown
- button.m3te0r_m3te0r_pc_reboot
- button.m3te0r_m3te0r_pc_lock
- id: '1704465042095'
alias: Présence Bureau
description: ''
trigger:
- type: occupied
platform: device
device_id: cf1220201c072cf06058c0aa01bf6093
entity_id: 2281233bff80fbcef526e0d1b47bea46
domain: binary_sensor
id: presence_on
- type: not_occupied
platform: device
device_id: cf1220201c072cf06058c0aa01bf6093
entity_id: 2281233bff80fbcef526e0d1b47bea46
domain: binary_sensor
id: presence_off
- platform: state
entity_id:
- binary_sensor.ld2450_bureau_53l3cu5_zone1_presence
from:
to: 'on'
id: zone1_bureau_presence_on
- platform: state
entity_id:
- binary_sensor.ld2450_bureau_53l3cu5_zone1_presence
from:
to: 'off'
id: zone1_bureau_presence_off
condition: []
action:
- choose:
- conditions:
- condition: and
conditions:
- condition: trigger
id:
- presence_on
- condition: or
conditions:
- condition: and
conditions:
- type: is_value
condition: device
device_id: 507e363b8b5bd2066bf744b7ed2d8c31
entity_id: 52bb99dd1c1a1183285ea3e00cd6b3e2
domain: sensor
below: -1
- type: is_illuminance
condition: device
device_id: cf1220201c072cf06058c0aa01bf6093
entity_id: c608086a0c3565145dbcfb423e8e060b
domain: sensor
below: 50
sequence:
- type: turn_on
device_id: 53552760c1c406130f77d8044950f639
entity_id: 49536f7df05f0715498654e28d6446d9
domain: light
- conditions:
- condition: trigger
id:
- presence_off
sequence:
- type: turn_off
device_id: 53552760c1c406130f77d8044950f639
entity_id: 49536f7df05f0715498654e28d6446d9
domain: light
- conditions:
- condition: and
conditions:
- condition: trigger
id:
- zone1_bureau_presence_on
- type: is_occupied
condition: device
device_id: cf1220201c072cf06058c0aa01bf6093
entity_id: 2281233bff80fbcef526e0d1b47bea46
domain: binary_sensor
sequence:
- metadata: {}
data:
transition: 4
target:
entity_id: light.lumieres_bureau_mathieu
action: light.turn_on
- conditions:
- condition: trigger
id:
- zone1_bureau_presence_off
sequence:
- metadata: {}
data:
transition: 4
target:
entity_id: light.lumieres_bureau_mathieu
action: light.turn_off
mode: queued
max: 12
- id: '1707003699925'
alias: Sensor Light Cuisine
description: ''
use_blueprint:
path: Blackshome/sensor-light.yaml
input:
motion_trigger:
- binary_sensor.capteur_ld2450_entree_bis_zone_2_occupancy
light_switch:
entity_id: light.switch_cuisine_plafonnier
time_delay: 1
include_sun: sun_enabled
sun_elevation: 1
after_time: '10:00:00'
before_time: 01:30:00
include_time: time_enabled
- id: '1708454008051'
alias: Boite aux lettres
description: ''
trigger:
- type: opened
platform: device
device_id: a3449524aacd3926874bab7186616417
entity_id: a57ff7ef56b991502905c2d6fa8e274f
domain: binary_sensor
condition: []
action:
- service: notify.mobile_app_cph2399
metadata: {}
data:
message: "\U0001F4EB\U0001F4EB\U0001F4EB\U0001F4EB"
title: "\U0001F4EB\U0001F4EB\U0001F4EB"
mode: single
- id: '1717189447331'
alias: Bambu Lab WLED Controller
description: ''
use_blueprint:
path: greghesp/wled_controller.yaml
input:
chamber_light: light.a1_03919c440501678_lumiere_de_la_chambre
wled_lights:
- 8a5b04ded54815226bc72bd6f9b0eb39
printer_stage: sensor.a1_03919c440501678_etape_actuelle
printer_status: sensor.a1_03919c440501678_etat_de_l_impression
- id: '1725822685125'
alias: Sensor Light Bureau Global
description: ''
use_blueprint:
path: Blackshome/sensor-light.yaml
input:
motion_trigger:
- binary_sensor.capteur_presence_bureau_s3_mini_presence
light_switch:
entity_id: light.switch_bureau
time_delay: 0.5
include_ambient: ambient_enabled
ambient_light_sensor: sensor.capteur_presence_bureau_s3_mini_bh1750_illuminance
- id: '1725830763507'
alias: Sensor Light Bureau Mathieu
description: ''
use_blueprint:
path: Blackshome/sensor-light.yaml
input:
motion_trigger:
- binary_sensor.ld2450_bureau_53l3cu5_zone1_presence
light_switch:
entity_id: light.lumieres_bureau_mathieu
time_delay: 0
include_light_control:
- use_brightness
- use_transition
light_transition_on: 2
light_transition_off: 10
- id: '1726324063303'
alias: Enable/disable charging roborock
description: ''
trigger:
- platform: numeric_state
entity_id:
- sensor.roborock_s7_maxv_batterie
below: 25
id: below
- platform: numeric_state
entity_id:
- sensor.roborock_s7_maxv_batterie
above: 99
id: above
condition: []
action:
- choose:
- conditions:
- condition: trigger
id:
- below
sequence:
- data: {}
action: switch.turn_on
target:
device_id: 0416a2f883658b69f8d52b986f7a27ec
- conditions:
- condition: trigger
id:
- above
sequence:
- data: {}
action: switch.turn_off
target:
device_id: 0416a2f883658b69f8d52b986f7a27ec
mode: single
- id: '1726427444805'
alias: Decouple bureau test
description: ''
use_blueprint:
path: webturner/decouple-switch-input-from-relay-output-v1-0-0.yaml
input:
zbMini: switch.switch_bureau
isolator: input_boolean.decoupled_switch_bureau
controlled_light:
entity_id: light.lampe_rgbw_bureau_pc
- id: '1727281700769'
alias: Ouverure étagère cuisine
description: ''
use_blueprint:
path: Blackshome/sensor-light.yaml
input:
motion_trigger:
- binary_sensor.capteur_ouverture_etagere_cuisine_1_contact
light_switch:
entity_id: light.ruban_led_rgb_etagere_cuisine_1
time_delay: 0
include_light_control:
- use_transition
- use_brightness
light_transition_on: 3
light_transition_off: 5
light_brightness: 30
include_light_colour_control: use_colour_temperature
light_colour_temperature: 2700