Go to the source code of this file.
Classes | |
| class | homeassistant.components.greenwave.light.GatewayData |
| class | homeassistant.components.greenwave.light.GreenwaveLight |
Namespaces | |
| homeassistant.components.greenwave.light | |
Functions | |
| None | homeassistant.components.greenwave.light.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| homeassistant.components.greenwave.light._LOGGER = logging.getLogger(__name__) | |
| string | homeassistant.components.greenwave.light.CONF_VERSION = "version" |
| homeassistant.components.greenwave.light.MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=1) | |
| homeassistant.components.greenwave.light.PLATFORM_SCHEMA | |