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

Classes

class  VersionBinarySensor
 

Functions

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

Variables

 HA_VERSION_OBJECT = AwesomeVersion(HA_VERSION)
 

Detailed Description

Binary sensor platform for Version.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.version.binary_sensor.async_setup_entry ( HomeAssistant  hass,
VersionConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up version binary_sensors.

Definition at line 23 of file binary_sensor.py.

Variable Documentation

◆ HA_VERSION_OBJECT

homeassistant.components.version.binary_sensor.HA_VERSION_OBJECT = AwesomeVersion(HA_VERSION)

Definition at line 20 of file binary_sensor.py.