Variables | |
| int | CONF_DISCOVERY_INTERVAL_DEFAULT = 60 |
| int | CONF_LISTENING_PORT_DEFAULT = 4002 |
| string | CONF_MULTICAST_ADDRESS_DEFAULT = "239.255.255.250" |
| int | CONF_TARGET_PORT_DEFAULT = 4001 |
| int | DISCOVERY_TIMEOUT = 5 |
| string | DOMAIN = "govee_light_local" |
| string | MANUFACTURER = "Govee" |
| SCAN_INTERVAL = timedelta(seconds=30) | |
Constants for the Govee light local integration.
| int homeassistant.components.govee_light_local.const.CONF_DISCOVERY_INTERVAL_DEFAULT = 60 |
| int homeassistant.components.govee_light_local.const.CONF_LISTENING_PORT_DEFAULT = 4002 |
| string homeassistant.components.govee_light_local.const.CONF_MULTICAST_ADDRESS_DEFAULT = "239.255.255.250" |
| int homeassistant.components.govee_light_local.const.CONF_TARGET_PORT_DEFAULT = 4001 |
| int homeassistant.components.govee_light_local.const.DISCOVERY_TIMEOUT = 5 |
| string homeassistant.components.govee_light_local.const.DOMAIN = "govee_light_local" |
| string homeassistant.components.govee_light_local.const.MANUFACTURER = "Govee" |