Home Assistant Unofficial Reference 2024.12.1
binary_sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.tapsaff.binary_sensor.TapsAffData
 
class  homeassistant.components.tapsaff.binary_sensor.TapsAffSensor
 

Namespaces

 homeassistant.components.tapsaff.binary_sensor
 

Functions

None homeassistant.components.tapsaff.binary_sensor.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.tapsaff.binary_sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.tapsaff.binary_sensor.DEFAULT_NAME = "Taps Aff"
 
 homeassistant.components.tapsaff.binary_sensor.PLATFORM_SCHEMA
 
 homeassistant.components.tapsaff.binary_sensor.SCAN_INTERVAL = timedelta(minutes=30)