1
0
Fork 0
cherry-circadian/circadian.yaml

37 lines
1.0 KiB
YAML

---
mqtt:
# Comment to look up an SRV record
broker: localhost
log:
# CRITICAL, ERROR, WARNING, INFO, DEBUG
level: INFO
options:
# Automatically turn lights on at specific elevations
auto_on: true
# Number of changes to make between sunrise/sunset and noon
change_steps: 20
# Maxiumum brightness percentage (0-100)
max_brightness: 100
# Maxium colour temperature in kelvin (for Hue, 2000-6500)
max_colour_temp: 6000
# Minimum brightness percentage (0-100)
min_brightness: 60
# Minimum colour temperature in kelvin (for Hue, 2000-6500)
min_colour_temp: 3000
# Name of the scene to annouce on elevation change
scene_name: Circadian
lights:
- name: Nightstand
- name: Floor Lamp
# Offset in degrees to make lights brighter or dimmer
adjust_brightness: 10
# Offset in kelvin to make lights warmer or cooler
adjust_colour_temp: -500
# Solar elevation for when this light should be turned on
auto_on_elevation: 30
# 1 for rising, 0 for setting
auto_on_direction: 0