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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 

64 lines
1.6 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:
tts:
- platform: google_translate
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
# https://github.com/claytonjn/hass-circadian_lighting
circadian_lighting:
switch:
- platform: circadian_lighting
lights_ct:
- light.room_unit0
- light.room_unit1
- light.room_unit2
- light.room_unit3