Skip to content

Commit

Permalink
Modify the color temperature range
Browse files Browse the repository at this point in the history
Modify the color temperature range
  • Loading branch information
tarontop authored Dec 20, 2024
1 parent ad06504 commit 25dc8fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions athom-rgbct-light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ substitutions:
# Project Name
project_name: "Athom Technology.Athom RGBCCT Bulb"
# Projection version denotes the release version of the yaml file, allowing checking of deployed vs latest version
project_version: "v1.1.2"
project_version: "v1.1.3"
# Restore the light (GPO switch) upon reboot to state:
light_restore_mode: RESTORE_DEFAULT_ON
# Define a domain for this device to use. i.e. iot.home.lan (so device will appear as athom-smart-plug-v2.iot.home.lan in DNS/DHCP logs)
Expand Down Expand Up @@ -216,8 +216,8 @@ light:
blue: blue_output
white_brightness: white_output
color_temperature: ct_output
cold_white_color_temperature: 153 mireds
warm_white_color_temperature: 500 mireds
cold_white_color_temperature: 6000K
warm_white_color_temperature: 3000K
color_interlock: ${color_interlock}

text_sensor:
Expand Down

0 comments on commit 25dc8fc

Please sign in to comment.