You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
105 lines
2.3 KiB
105 lines
2.3 KiB
---
|
|
homeassistant:
|
|
name: Home Assistant KR
|
|
latitude: !secret latitude_home
|
|
longitude: !secret longitude_home
|
|
elevation: !secret elevation_home
|
|
temperature_unit: C
|
|
time_zone: Europe/Moscow
|
|
unit_system: metric
|
|
|
|
zone:
|
|
- name: Home
|
|
latitude: !secret latitude_home
|
|
longitude: !secret longitude_home
|
|
radius: 200
|
|
icon: mdi:home
|
|
|
|
default_config:
|
|
|
|
automation: !include automations.yaml
|
|
group: !include groups.yaml
|
|
recorder: !include recorder.yaml
|
|
scene: !include scenes.yaml
|
|
script: !include scripts.yaml
|
|
|
|
# https://www.home-assistant.io/integrations/yeelight
|
|
yeelight:
|
|
devices:
|
|
10.10.10.10:
|
|
name: Room unit0
|
|
transition: 1000
|
|
use_music_mode: false
|
|
save_on_change: false
|
|
model: color4
|
|
10.10.10.11:
|
|
name: Room unit1
|
|
transition: 1000
|
|
use_music_mode: false
|
|
save_on_change: false
|
|
model: color4
|
|
10.10.10.12:
|
|
name: Room unit2
|
|
transition: 1000
|
|
use_music_mode: false
|
|
save_on_change: false
|
|
model: color4
|
|
10.10.10.13:
|
|
name: Room unit3
|
|
transition: 1000
|
|
use_music_mode: false
|
|
save_on_change: false
|
|
model: color4
|
|
10.10.10.14:
|
|
name: Room unit4
|
|
transition: 1000
|
|
use_music_mode: false
|
|
save_on_change: false
|
|
model: color4
|
|
10.10.10.15:
|
|
name: Room unit5
|
|
transition: 1000
|
|
use_music_mode: false
|
|
save_on_change: false
|
|
model: color4
|
|
10.10.10.16:
|
|
name: Room unit6
|
|
transition: 1000
|
|
use_music_mode: false
|
|
save_on_change: false
|
|
model: color4
|
|
10.10.10.17:
|
|
name: Room unit7
|
|
transition: 1000
|
|
use_music_mode: false
|
|
save_on_change: false
|
|
model: color4
|
|
|
|
# https://github.com/claytonjn/hass-circadian_lighting
|
|
circadian_lighting:
|
|
switch:
|
|
- platform: circadian_lighting
|
|
name: Circadian lighting
|
|
lights_ct:
|
|
- light.room_unit0
|
|
- light.room_unit1
|
|
- light.room_unit2
|
|
- light.room_unit3
|
|
- light.room_unit4
|
|
- light.room_unit5
|
|
- light.room_unit6
|
|
- light.room_unit7
|
|
|
|
light:
|
|
- platform: group
|
|
name: General group
|
|
entities:
|
|
- light.room_unit0
|
|
- light.room_unit1
|
|
- light.room_unit2
|
|
- light.room_unit3
|
|
- light.room_unit4
|
|
- light.room_unit5
|
|
- light.room_unit6
|
|
- light.room_unit7
|
|
...
|