Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.hive.binary_sensor Namespace Reference

Classes

class  HiveBinarySensorEntity
 
class  HiveSensorEntity
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

int PARALLEL_UPDATES = 0
 
 SCAN_INTERVAL = timedelta(seconds=15)
 

Detailed Description

Support for the Hive binary sensors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.hive.binary_sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up Hive thermostat based on a config entry.

Definition at line 70 of file binary_sensor.py.

Variable Documentation

◆ PARALLEL_UPDATES

int homeassistant.components.hive.binary_sensor.PARALLEL_UPDATES = 0

Definition at line 20 of file binary_sensor.py.

◆ SCAN_INTERVAL

homeassistant.components.hive.binary_sensor.SCAN_INTERVAL = timedelta(seconds=15)

Definition at line 21 of file binary_sensor.py.