-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
executable file
·737 lines (709 loc) · 21.4 KB
/
configuration.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
homeassistant:
# Name of the location where Home Assistant is running
# name: Home
# Location required to calculate the time the sun rises and sets
# latitude: 47.2144
# longitude: -1.5512
# Impacts weather/sunrise data (altitude above sea level in meters)
# elevation: 0
# metric for Metric, imperial for Imperial
# unit_system: metric
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# time_zone: Europe/Paris
# Customization file
customize: !include customize.yaml
allowlist_external_dirs:
# - /config/ssl
- /config/sh
media_dirs:
media: "/media"
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Show the introduction message on startup.
#introduction:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
http:
# ssl_certificate: /etc/letsencrypt/live/tranquility-base.eu/fullchain.pem
# ssl_key: /etc/letsencrypt/live/tranquility-base.eu/privkey.pem
use_x_forwarded_for: true
trusted_proxies:
- 127.0.0.1
- 192.168.0.101
script: !include scripts.yaml
group: !include groups.yaml
automation: !include automations.yaml
scene: !include scenes.yaml
frontend:
themes: !include_dir_merge_named themes
recorder:
# db_url: postgresql://hass:[email protected]/hass
db_url: postgresql://hass:[email protected]:5433/hass
commit_interval: 5
purge_keep_days: 31
exclude:
entities:
- sensor.monthly_total_download_bbox
- sensor.monthly_total_upload_bbox
- sensor.download_bbox
- sensor.upload_bbox
- sensor.processor_use_percent
- sensor.memory_use_percent
- sensor.glances_cpu_used
- sensor.glances_ram_used_percent
- sensor.upload_powerhouse
- sensor.download_powerhouse
xiaomi_aqara:
discovery_retry: 15
gateways:
- key: !secret gatewayKey
switch:
- platform: template
switches:
desk_heater:
value_template: "{{ is_state('switch.sonoff_desk_heater', 'off') }}"
turn_on:
service: switch.turn_off
data:
entity_id: switch.sonoff_desk_heater
turn_off:
service: switch.turn_on
data:
entity_id: switch.sonoff_desk_heater
livingroom_heater:
value_template: "{{ is_state('switch.sonoff_livingroom_heater', 'off') }}"
turn_on:
service: switch.turn_off
data:
entity_id: switch.sonoff_livingroom_heater
turn_off:
service: switch.turn_on
data:
entity_id: switch.sonoff_livingroom_heater
bedroom_heater:
value_template: "{{ is_state('switch.sonoff_bedroom_heater', 'off') }}"
turn_on:
service: switch.turn_off
data:
entity_id: switch.sonoff_bedroom_heater
turn_off:
service: switch.turn_on
data:
entity_id: switch.sonoff_bedroom_heater
climate:
# - platform: generic_thermostat
- platform: simple_thermostat
name: desk
heater: switch.desk_heater
target_sensor: sensor.temperature_desk
min_temp: 15
max_temp: 22
ac_mode: false
# target_temp: 18
cold_tolerance: 0.2
hot_tolerance: 0.2
min_cycle_duration:
minutes: 5
keep_alive:
minutes: 60
initial_hvac_mode: "heat"
# away_temp: 16
precision: 0.1
- platform: simple_thermostat
name: livingroom
heater: switch.livingroom_heater
target_sensor: sensor.temperature_livingroom
min_temp: 15
max_temp: 22
ac_mode: false
# target_temp: 18
cold_tolerance: 0.2
hot_tolerance: 0.2
min_cycle_duration:
minutes: 5
keep_alive:
minutes: 60
initial_hvac_mode: "heat"
# away_temp: 16
precision: 0.1
- platform: simple_thermostat
name: bedroom
heater: switch.bedroom_heater
target_sensor: sensor.temperature_bedroom
min_temp: 15
max_temp: 22
ac_mode: false
# target_temp: 18
cold_tolerance: 0.2
hot_tolerance: 0.2
min_cycle_duration:
minutes: 5
keep_alive:
minutes: 60
initial_hvac_mode: "heat"
# away_temp: 16
precision: 0.1
yeelight:
devices:
# 192.168.0.120:
# name: AmpouleSalleDeBain
192.168.0.121:
name: AmpouleBureau
# 192.168.0.122:
# name: AmpouleToilettes
# 192.168.0.123:
# name: AmpouleSalon
# 192.168.0.124:
# name: AmpouleCouloir
# 192.168.0.125:
# name: AmpouleCuisine
# 192.168.0.126:
# name: AmpouleChambre
# 192.168.0.127:
# name: LampeChevet
light:
- platform: group
name: Lumière Salon
entities:
- light.AmpouleSalon
- light.AmpouleBureau
- light.livingroom_led_strip
- platform: group
name: Lumière Chambre
entities:
- light.AmpouleChambre
- light.LampeChevet
- platform: group
name: Lumière Miroir Salle de Bain
entities:
# - light.bathroom_bulb_1_cwww
# - light.bathroom_bulb_2_cwww
- light.bathroom_mirror_right
- light.bathroom_mirror_left
- platform: group
name: Lumière Miroir Salle de Bain RGB
entities:
- light.bathroom_bulb_1_rgb
- light.bathroom_bulb_2_rgb
powercalc:
scan_interval: 00:01:00 #Each minute
create_energy_sensors: true
power_sensor_naming: "{}_power_usage"
create_utility_meters: true
energy_sensor_naming: "{}_energy_spent"
sensor:
# - platform: file
# name: Activité hdd
# file_path: /config/sh/hddspinsensor.txt
- platform: command_line
name: Température CPU
command: "cat /sys/class/thermal/thermal_zone0/temp"
unit_of_measurement: "°C"
value_template: '{{ value | multiply(0.001) | round(1) }}'
- platform: systemmonitor
resources:
- type: disk_use_percent
arg: /
# - type: disk_use_percent
# arg: /mnt/hdd
- type: memory_use_percent
- type: processor_use
- type: last_boot
- platform: integration
source: sensor.tv_power_usage
name: tv_energy_spent
unit_prefix: k
method: left
round: 2
- platform: integration
source: sensor.m365_power_usage
name: m365_energy_spent
unit_prefix: k
method: left
round: 2
- platform: integration
source: sensor.livingroom_multimedia_power_usage
name: livingroom_multimedia_energy_spent
unit_prefix: k
round: 2
- platform: integration
source: sensor.heating_blanket_power_usage
name: heating_blanket_energy_spent
unit_prefix: k
method: left
round: 2
- platform: time_date
display_options:
- 'time'
- 'date'
- 'date_time'
- 'date_time_iso'
- 'time_date'
- 'time_utc'
- 'beat'
- platform: derivative
source: sensor.battery_level_antoine
round: 1
unit: "%/h"
time_window: 00:15:00
- platform: derivative
source: sensor.honor10_battery_level
round: 1
unit: "%/h"
time_window: 00:15:00
- platform: derivative
source: sensor.battery_level_anh
round: 1
time_window: 60
unit: "%/h"
time_window: 00:15:00
- platform: derivative
source: sensor.oppo_battery_level
round: 1
unit: "%/h"
time_window: 00:15:00
- platform: derivative
source: sensor.lixee_zlinky_tic_energy_spent
round: 3
unit: "kW"
- platform: template
sensors:
battery_derivative_positive_antoine:
friendly_name: "Charge batterie Antoine"
unit_of_measurement: '%/h'
value_template: >
{% if states.sensor.sensor_battery_level_antoine_derivative.state | float > 0 %}
{{ states.sensor.sensor_battery_level_antoine_derivative.state | float }}
{% else %}
0
{% endif %}
battery_derivative_negative_antoine:
friendly_name: "Décharge batterie Antoine"
unit_of_measurement: '%/h'
value_template: >
{% if states.sensor.sensor_battery_level_antoine_derivative.state | float < 0 %}
{{ states.sensor.sensor_battery_level_antoine_derivative.state | float }}
{% else %}
0
{% endif %}
honor10_battery_derivative_positive:
friendly_name: "Charge batterie Antoine"
unit_of_measurement: '%/h'
value_template: >
{% if states.sensor.sensor_honor10_battery_level_derivative.state | float > 0 %}
{{ states.sensor.sensor_honor10_battery_level_derivative.state | float }}
{% else %}
0
{% endif %}
honor10_battery_derivative_negative:
friendly_name: "Décharge batterie Antoine"
unit_of_measurement: '%/h'
value_template: >
{% if states.sensor.sensor_honor10_battery_level_derivative.state | float < 0 %}
{{ states.sensor.sensor_honor10_battery_level_derivative.state | float }}
{% else %}
0
{% endif %}
weather_nantes_temperature:
friendly_name: "Température Nantes"
unit_of_measurement: '°C'
value_template: >
{{ state_attr('weather.nantes', 'temperature') }}
heaters_energy_spent:
friendly_name: Energie chauffages
unit_of_measurement: kWh
value_template: >
{{ [states('sensor.livingroom_heater_energy_spent') | float,
states('sensor.desk_heater_energy_spent') | float,
states('sensor.bedroom_heater_energy_spent') | float]
| sum }}
- platform: template
sensors:
battery_derivative_positive_anh:
friendly_name: "Charge batterie Anh"
unit_of_measurement: '%/h'
value_template: >
{% if states.sensor.sensor_battery_level_anh_derivative.state | float > 0 %}
{{ states.sensor.sensor_battery_level_anh_derivative.state | float }}
{% else %}
0
{% endif %}
battery_derivative_negative_anh:
friendly_name: "Décharge batterie Anh"
unit_of_measurement: '%/h'
value_template: >
{% if states.sensor.sensor_battery_level_anh_derivative.state | float < 0 %}
{{ states.sensor.sensor_battery_level_anh_derivative.state | float }}
{% else %}
0
{% endif %}
oppo_battery_derivative_positive:
friendly_name: "Charge batterie Anh"
unit_of_measurement: '%/h'
value_template: >
{% if states.sensor.sensor_oppo_battery_level_derivative.state | float > 0 %}
{{ states.sensor.sensor_oppo_battery_level_derivative.state | float }}
{% else %}
0
{% endif %}
oppo_battery_derivative_negative:
friendly_name: "Décharge batterie Anh"
unit_of_measurement: '%/h'
value_template: >
{% if states.sensor.sensor_oppo_battery_level_derivative.state | float < 0 %}
{{ states.sensor.sensor_oppo_battery_level_derivative.state | float }}
{% else %}
0
{% endif %}
linky_power_usage_watts:
friendly_name: "Puissance électrique"
unit_of_measurement: 'W'
value_template: >
{{ states('sensor.sensor_lixee_zlinky_tic_energy_spent_derivative') | float*1000 }}
- platform: statistics
name: battery_derivative_negative_antoine_statistics
entity_id: sensor.battery_derivative_negative_antoine
sampling_size: 4
max_age:
minutes: 90
- platform: rest
resource: http://192.168.0.101:61208/api/3/network/interface_name/enp1s0
name: network_powerhouse
headers:
Accept-Encoding: ''
value_template: 'interface: enp1s0'
json_attributes_path: "$.enp1s0.[0]"
json_attributes:
- tx
- rx
scan_interval: 45
- platform: rest
resource: https://mabbox.bytel.fr/api/v1/wan/ip/stats
name: bbox_network_rx
headers:
Accept-Encoding: ''
value_template: 'interface: bbox'
json_attributes_path: "$.[0].wan.ip.stats.rx"
json_attributes:
- occupation
- bytes
scan_interval: 12
- platform: rest
resource: https://mabbox.bytel.fr/api/v1/wan/ip/stats
name: bbox_network_tx
headers:
Accept-Encoding: ''
value_template: 'interface: bbox'
json_attributes_path: "$.[0].wan.ip.stats.tx"
json_attributes:
- occupation
- bytes
scan_interval: 12
- platform: template
sensors:
download_powerhouse:
value_template: '{{ states.sensor.network_powerhouse.attributes["rx"] | multiply(0.000000954/8) | multiply(0.16666) | round(2) }}'
unit_of_measurement: Mo/s
upload_powerhouse:
value_template: '{{ states.sensor.network_powerhouse.attributes["tx"] | multiply(0.000000954/8) | multiply(0.16666) | round(2) }}'
unit_of_measurement: Mo/s
download_bbox:
value_template: >
{% set rxSpeed = states.sensor.bbox_network_rx.attributes["occupation"] | multiply(0.125) | round(2) %}
{% if rxSpeed != 125 %}
{{ rxSpeed }}
{% else %}
{{ 0 }}
{% endif %}
unit_of_measurement: Mo/s
total_download_bbox:
value_template: '{{ states.sensor.bbox_network_rx.attributes["bytes"] | multiply(0.000000954) | round(2) }}'
unit_of_measurement: Mo
upload_bbox:
value_template: >
{% set rxSpeed = states.sensor.bbox_network_tx.attributes["occupation"] | multiply(0.125) | round(2) %}
{% if rxSpeed != 125 %}
{{ rxSpeed }}
{% else %}
{{ 0 }}
{% endif %}
unit_of_measurement: Mo/s
total_upload_bbox:
value_template: '{{ states.sensor.bbox_network_tx.attributes["bytes"] | multiply(0.000001) | round(2) }}'
unit_of_measurement: Mo
- platform: filter
name: "filtered monthly bbox download"
entity_id: sensor.monthly_total_download_bbox
filters:
- filter: time_throttle
window_size: "00:05:00"
- platform: filter
name: "filtered monthly bbox upload"
entity_id: sensor.monthly_total_upload_bbox
filters:
- filter: time_throttle
window_size: "00:05:00"
- platform: filter
name: "filtered bbox download"
entity_id: sensor.download_bbox
filters:
- filter: time_throttle
window_size: "00:00:15"
- platform: filter
name: "filtered bbox upload"
entity_id: sensor.upload_bbox
filters:
- filter: time_throttle
window_size: "00:00:15"
- platform: filter
name: "filtered rpi processor use percent"
entity_id: sensor.processor_use_percent
filters:
- filter: time_throttle
window_size: "00:01:00"
- platform: filter
name: "filtered rpi memory use percent"
entity_id: sensor.memory_use_percent
filters:
- filter: time_throttle
window_size: "00:01:00"
- platform: filter
name: "filtered powerhouse processor use percent"
entity_id: sensor.glances_cpu_used
filters:
- filter: time_throttle
window_size: "00:01:00"
- platform: filter
name: "filtered powerhouse memory use percent"
entity_id: sensor.glances_ram_used_percent
filters:
- filter: time_throttle
window_size: "00:00:15"
- platform: filter
name: "filtered powerhouse upload"
entity_id: sensor.upload_powerhouse
filters:
- filter: time_throttle
window_size: "00:00:15"
- platform: filter
name: "filtered powerhouse download"
entity_id: sensor.download_powerhouse
filters:
- filter: time_throttle
window_size: "00:01:00"
- platform: history_stats
name: time_on_smartphone_screen_antoine
entity_id: input_boolean.smartphone_screen_antoine
state: "on"
type: time
start: >
{% if now().hour | int >= 4 %}
{{ now().replace(hour=4, minute=0, second=0) }}
{% else %}
{{ now().replace(day=now().day-1, hour=4, minute=0, second=0) }}
{% endif %}
end: "{{ now() }}"
- platform: history_stats
name: time_on_smartphone_screen_antoine_app
entity_id: binary_sensor.honor10_interactive
state: "on"
type: time
start: >
{% if now().hour | int >= 4 %}
{{ now().replace(hour=4, minute=0, second=0) }}
{% else %}
{{ now().replace(day=now().day-1, hour=4, minute=0, second=0) }}
{% endif %}
end: "{{ now() }}"
- platform: history_stats
name: time_on_smartphone_screen_anh
entity_id: input_boolean.smartphone_screen_anh
state: "on"
type: time
start: >
{% if now().hour | int >= 4 %}
{{ now().replace(hour=4, minute=0, second=0) }}
{% else %}
{{ now().replace(day=now().day-1, hour=4, minute=0, second=0) }}
{% endif %}
end: "{{ now() }}"
- platform: history_stats
name: time_on_smartphone_screen_anh_app
entity_id: binary_sensor.oppo_interactive
state: "on"
type: time
start: >
{% if now().hour | int >= 4 %}
{{ now().replace(hour=4, minute=0, second=0) }}
{% else %}
{{ now().replace(day=now().day-1, hour=4, minute=0, second=0) }}
{% endif %}
end: "{{ now() }}"
- platform: history_stats
name: time_at_home
entity_id: group.admin_devices
state: "home"
type: time
start: "{{ now().replace(hour=0, minute=0, second=0) }}"
end: "{{ now() }}"
- platform: powercalc
entity_id: switch.desk_heater
fixed:
power: 720
- platform: powercalc
entity_id: switch.livingroom_heater
fixed:
power: 900
- platform: powercalc
entity_id: switch.bedroom_heater
fixed:
power: 950
template:
- sensor:
# sensor qui retire la consommation de tous les appareils suivis (prises connectées, chauffages...) à la consommation totale du linky
# afin d'avoir un suivi du reste de la consommation uniquement
- name: monthly_linky_filtered_for_tracked_devices_energy_spent
state: >
{{ states('sensor.monthly_linky_energy_spent') | float - states.sensor | selectattr('attributes.meter_period', 'eq', 'monthly') | selectattr('attributes.device_class', 'eq', 'energy') | selectattr('entity_id', 'ne', 'sensor.monthly_linky_energy_spent') | selectattr('entity_id', 'ne', 'sensor.monthly_heaters_energy_spent') | map(attribute='state') | map('float') | sum }}
unit_of_measurement: kWh
device_class: energy
state_class: total_increasing
utility_meter:
monthly_tv_power_usage:
source: sensor.tv_energy_spent
cycle: monthly
monthly_multimedia_power_usage:
source: sensor.livingroom_multimedia_energy_spent
cycle: monthly
monthly_m365_power_usage:
source: sensor.m365_energy_spent
cycle: monthly
monthly_heating_blanket_power_usage:
source: sensor.heating_blanket_energy_spent
cycle: monthly
monthly_fan_power_usage:
source: sensor.fan_power_usage
cycle: monthly
monthly_total_download_bbox:
source: sensor.total_download_bbox
cycle: monthly
monthly_total_upload_bbox:
source: sensor.total_upload_bbox
cycle: monthly
monthly_heaters_energy_spent:
source: sensor.heaters_energy_spent
cycle: monthly
daily_heaters_energy_spent:
source: sensor.heaters_energy_spent
cycle: daily
monthly_linky_energy_spent:
source: sensor.lixee_zlinky_tic_energy_spent
cycle: monthly
daily_linky_energy_spent:
source: sensor.lixee_zlinky_tic_energy_spent
cycle: daily
input_datetime:
morning_routine_date_time:
name: Heure du réveil-matin
has_date: true
has_time: true
home_departure_time:
name: Heure de départ de la maison
has_date: false
has_time: true
input_number:
battery_charging_percentage_limit_antoine:
name: Limite charge smartphone Antoine
unit_of_measurement: "%"
min: 0
max: 100
step: 1
mode: box
battery_charging_percentage_limit_anh:
name: Limite charge smartphone Anh
unit_of_measurement: "%"
min: 0
max: 100
step: 1
mode: box
speakers_turnoff_timer:
name: Délai extinction enceintes
unit_of_measurement: "minutes"
min: 0
max: 240
step: 5
mode: slider
speakers_target_volume:
name: Vol. cible
unit_of_measurement: "%"
min: 0
max: 100
step: 1
mode: slider
speakers_volume_change_duration:
name: Durée transition
unit_of_measurement: "minutes"
min: 0
max: 120
step: 1
mode: box
# hidden
speakers_start_volume:
name: Volume initial des enceintes
min: 0
max: 100
step: 1
mode: box
timer:
m365_charge_timer:
name: temps de charge restant
duration: '01:10:00'
wake_on_lan:
notify:
- platform: webostv
host: 192.168.0.10
name: LG_OLED55B7
- platform: html5
name: Antoine_notification
vapid_pub_key: BPXPgvtb_hedm1UXjYk1zQi75CCQCEyeK5cE-HnM4WjR5FCB69q3i9ct9WYLfHJ9-Vw1EuAPqxTbmNQJKmxs4S8
vapid_prv_key: D4BIhir6k0CFn_tkSmrRe2Yx6yY4DO3bCfkB07D58Gc
vapid_email: [email protected]
- name: antoine_anh_tv
platform: group
services:
- service: antoine_notification
- service: lg_oled55b7
# google_assistant:
# project_id: assistantautomationintegration
# api_key: !secret googleCloudApiKey
# exposed_domains:
# - light
# - media_player
# - switch
# entity_config:
# media_player.lg_oled55b7:
# expose: true
# script.sunset_bedroom:
# expose: true
# group.all_automations:
# expose: false
ffmpeg:
ffmpeg_bin: /usr/bin/ffmpeg
camera:
- platform: ffmpeg
input: !secret cameraStream
stream:
binary_sensor:
- platform: ffmpeg_motion
name: camera_motion
input: !secret cameraStream
changes: 14
extra_arguments: -vf scale=640:480
zha:
device_config:
00:12:4b:00:24:c0:9c:ee-1: # format: {ieee}-{endpoint_id}
type: 'switch' # corrected device type
00:12:4b:00:24:c0:1d:95-1:
type: 'switch'
00:12:4b:00:24:c2:09:97-1:
type: 'switch'
zha_toolkit: