Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.input_boolean.InputBoolean
 
class  homeassistant.components.input_boolean.InputBooleanStorageCollection
 

Namespaces

 homeassistant.components.input_boolean
 

Functions

bool homeassistant.components.input_boolean.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.input_boolean.is_on (HomeAssistant hass, str entity_id)
 

Variables

 homeassistant.components.input_boolean._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.input_boolean.CONF_INITIAL = "initial"
 
 homeassistant.components.input_boolean.CONFIG_SCHEMA
 
string homeassistant.components.input_boolean.DOMAIN = "input_boolean"
 
 homeassistant.components.input_boolean.RELOAD_SERVICE_SCHEMA = vol.Schema({})
 
string homeassistant.components.input_boolean.STORAGE_KEY = DOMAIN
 
int homeassistant.components.input_boolean.STORAGE_VERSION = 1
 
 homeassistant.components.input_boolean.VolDictType