Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.hue.v1.binary_sensor Namespace Reference

Classes

class  HuePresence
 

Functions

def async_setup_entry (hass, config_entry, async_add_entities)
 

Variables

string PRESENCE_NAME_FORMAT = "{} motion"
 

Detailed Description

Hue binary sensor entities.

Function Documentation

◆ async_setup_entry()

def homeassistant.components.hue.v1.binary_sensor.async_setup_entry (   hass,
  config_entry,
  async_add_entities 
)
Defer binary sensor setup to the shared sensor module.

Definition at line 16 of file binary_sensor.py.

Variable Documentation

◆ PRESENCE_NAME_FORMAT

string homeassistant.components.hue.v1.binary_sensor.PRESENCE_NAME_FORMAT = "{} motion"

Definition at line 13 of file binary_sensor.py.