Home Assistant Unofficial Reference 2024.12.1
light.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.futurenow.light.FutureNowLight
 

Namespaces

 homeassistant.components.futurenow.light
 

Functions

None homeassistant.components.futurenow.light.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 
def homeassistant.components.futurenow.light.to_futurenow_level (level)
 
def homeassistant.components.futurenow.light.to_hass_level (level)
 

Variables

string homeassistant.components.futurenow.light.CONF_DRIVER = "driver"
 
string homeassistant.components.futurenow.light.CONF_DRIVER_FNIP6X10AD = "FNIP6x10ad"
 
string homeassistant.components.futurenow.light.CONF_DRIVER_FNIP8X10A = "FNIP8x10a"
 
list homeassistant.components.futurenow.light.CONF_DRIVER_TYPES = [CONF_DRIVER_FNIP6X10AD, CONF_DRIVER_FNIP8X10A]
 
 homeassistant.components.futurenow.light.DEVICE_SCHEMA
 
 homeassistant.components.futurenow.light.PLATFORM_SCHEMA