1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 20:32:21 +01:00

[light] Add `initial_state` configuration (#7577)

This commit is contained in:
Jesse Hills
2024-10-12 06:13:32 +13:00
committed by GitHub
parent cedb671f07
commit efe4c5e3bc
14 changed files with 287 additions and 775 deletions

View File

@@ -398,6 +398,7 @@ CONF_INDOOR = "indoor"
CONF_INFRARED = "infrared"
CONF_INITIAL_MODE = "initial_mode"
CONF_INITIAL_OPTION = "initial_option"
CONF_INITIAL_STATE = "initial_state"
CONF_INITIAL_VALUE = "initial_value"
CONF_INPUT = "input"
CONF_INTEGRATION_TIME = "integration_time"