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

Classes

class  PlugwiseBinarySensorEntity
 
class  PlugwiseBinarySensorEntityDescription
 

Functions

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

Variables

list SEVERITIES = ["other", "info", "warning", "error"]
 

Detailed Description

Plugwise Binary Sensor component for Home Assistant.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.plugwise.binary_sensor.async_setup_entry ( HomeAssistant  hass,
PlugwiseConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Smile binary_sensors from a config entry.

Definition at line 85 of file binary_sensor.py.

Variable Documentation

◆ SEVERITIES

list homeassistant.components.plugwise.binary_sensor.SEVERITIES = ["other", "info", "warning", "error"]

Definition at line 24 of file binary_sensor.py.