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

Tsl2591 gain publish (#4291)

fixes https://github.com/esphome/issues/issues/4031
This commit is contained in:
Z3LIFF
2023-01-17 16:17:31 -05:00
committed by GitHub
parent 1bb90f304c
commit ddedc1cd76
4 changed files with 55 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ CONF_ACTION_ID = "action_id"
CONF_ACTION_STATE_TOPIC = "action_state_topic"
CONF_ACTIVE = "active"
CONF_ACTIVE_POWER = "active_power"
CONF_ACTUAL_GAIN = "actual_gain"
CONF_ADDRESS = "address"
CONF_ADDRESSABLE_LIGHT_ID = "addressable_light_id"
CONF_ADVANCED = "advanced"