Home Assistant Unofficial Reference 2024.12.1
binary_sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.nx584.binary_sensor.NX584Watcher
 
class  homeassistant.components.nx584.binary_sensor.NX584ZoneSensor
 

Namespaces

 homeassistant.components.nx584.binary_sensor
 

Functions

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

Variables

 homeassistant.components.nx584.binary_sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.nx584.binary_sensor.CONF_EXCLUDE_ZONES = "exclude_zones"
 
string homeassistant.components.nx584.binary_sensor.CONF_ZONE_TYPES = "zone_types"
 
string homeassistant.components.nx584.binary_sensor.DEFAULT_HOST = "localhost"
 
string homeassistant.components.nx584.binary_sensor.DEFAULT_PORT = "5007"
 
bool homeassistant.components.nx584.binary_sensor.DEFAULT_SSL = False
 
 homeassistant.components.nx584.binary_sensor.PLATFORM_SCHEMA
 
 homeassistant.components.nx584.binary_sensor.ZONE_TYPES_SCHEMA = vol.Schema({cv.positive_int: BINARY_SENSOR_DEVICE_CLASSES_SCHEMA})