Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.input_number.InputNumber
 
class  homeassistant.components.input_number.NumberStorageCollection
 

Namespaces

 homeassistant.components.input_number
 

Functions

def homeassistant.components.input_number._cv_input_number (cfg)
 
bool homeassistant.components.input_number.async_setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.input_number._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.input_number.ATTR_INITIAL = "initial"
 
string homeassistant.components.input_number.ATTR_MAX = "max"
 
string homeassistant.components.input_number.ATTR_MIN = "min"
 
string homeassistant.components.input_number.ATTR_STEP = "step"
 
string homeassistant.components.input_number.ATTR_VALUE = "value"
 
string homeassistant.components.input_number.CONF_INITIAL = "initial"
 
string homeassistant.components.input_number.CONF_MAX = "max"
 
string homeassistant.components.input_number.CONF_MIN = "min"
 
string homeassistant.components.input_number.CONF_STEP = "step"
 
 homeassistant.components.input_number.CONFIG_SCHEMA
 
string homeassistant.components.input_number.DOMAIN = "input_number"
 
string homeassistant.components.input_number.MODE_BOX = "box"
 
string homeassistant.components.input_number.MODE_SLIDER = "slider"
 
 homeassistant.components.input_number.RELOAD_SERVICE_SCHEMA = vol.Schema({})
 
string homeassistant.components.input_number.SERVICE_DECREMENT = "decrement"
 
string homeassistant.components.input_number.SERVICE_INCREMENT = "increment"
 
string homeassistant.components.input_number.SERVICE_SET_VALUE = "set_value"
 
string homeassistant.components.input_number.STORAGE_KEY = DOMAIN
 
int homeassistant.components.input_number.STORAGE_VERSION = 1