Home Assistant Unofficial Reference 2024.12.1
binary_sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.threshold.binary_sensor.ThresholdSensor
 

Namespaces

 homeassistant.components.threshold.binary_sensor
 

Functions

str homeassistant.components.threshold.binary_sensor._threshold_type (float|None lower, float|None upper)
 
None homeassistant.components.threshold.binary_sensor.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 
None homeassistant.components.threshold.binary_sensor.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 
dict homeassistant.components.threshold.binary_sensor.no_missing_threshold (dict value)
 

Variables

 homeassistant.components.threshold.binary_sensor._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.threshold.binary_sensor.Final
 
 homeassistant.components.threshold.binary_sensor.PLATFORM_SCHEMA