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

Classes

class  CloudRemoteBinary
 

Functions

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

Variables

int WAIT_UNTIL_CHANGE = 3
 

Detailed Description

Support for Home Assistant Cloud binary sensors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.cloud.binary_sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Home Assistant Cloud binary sensors.

Definition at line 26 of file binary_sensor.py.

Variable Documentation

◆ WAIT_UNTIL_CHANGE

int homeassistant.components.cloud.binary_sensor.WAIT_UNTIL_CHANGE = 3

Definition at line 23 of file binary_sensor.py.