Go to the source code of this file.
Namespaces | |
| homeassistant.components.govee_light_local.const | |
Variables | |
| 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" |
| homeassistant.components.govee_light_local.const.SCAN_INTERVAL = timedelta(seconds=30) | |