Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.shelly.binary_sensor.RestBinarySensorDescription Class Reference
Inheritance diagram for homeassistant.components.shelly.binary_sensor.RestBinarySensorDescription:
[legend]
Collaboration diagram for homeassistant.components.shelly.binary_sensor.RestBinarySensorDescription:
[legend]

Static Public Attributes

 available
 
 device_class
 
 entity_category
 
 entity_registry_enabled_default
 
 extra_state_attributes
 
 Final
 
 has_entity_name
 
 key
 
 name
 
 removal_condition
 
 sub_key
 
 supported
 
 translation_key
 
 value
 
- Static Public Attributes inherited from homeassistant.components.shelly.entity.RestEntityDescription
 None
 
 str
 
- Static Public Attributes inherited from homeassistant.helpers.entity.EntityDescription
 bool
 
 None
 
- Static Public Attributes inherited from homeassistant.components.binary_sensor.BinarySensorEntityDescription
 None
 

Additional Inherited Members

- Public Member Functions inherited from homeassistant.util.frozen_dataclass_compat.FrozenOrThawed
None __init__ (cls, str name, tuple[type,...] bases, dict[Any, Any] namespace, **Any kwargs)
 
Any __new__ (mcs, str name, tuple[type,...] bases, dict[Any, Any] namespace, bool frozen_or_thawed=False, **Any kwargs)
 

Detailed Description

Class to describe a REST binary sensor.

Definition at line 58 of file binary_sensor.py.

Member Data Documentation

◆ available

homeassistant.components.shelly.binary_sensor.RestBinarySensorDescription.available
static

Definition at line 91 of file binary_sensor.py.

◆ device_class

homeassistant.components.shelly.binary_sensor.RestBinarySensorDescription.device_class
static

Definition at line 66 of file binary_sensor.py.

◆ entity_category

homeassistant.components.shelly.binary_sensor.RestBinarySensorDescription.entity_category
static

Definition at line 67 of file binary_sensor.py.

◆ entity_registry_enabled_default

homeassistant.components.shelly.binary_sensor.RestBinarySensorDescription.entity_registry_enabled_default
static

Definition at line 116 of file binary_sensor.py.

◆ extra_state_attributes

homeassistant.components.shelly.binary_sensor.RestBinarySensorDescription.extra_state_attributes
static

Definition at line 102 of file binary_sensor.py.

◆ Final

homeassistant.components.shelly.binary_sensor.RestBinarySensorDescription.Final
static

Definition at line 144 of file binary_sensor.py.

◆ has_entity_name

homeassistant.components.shelly.binary_sensor.RestBinarySensorDescription.has_entity_name
static

Definition at line 233 of file binary_sensor.py.

◆ key

homeassistant.components.shelly.binary_sensor.RestBinarySensorDescription.key
static

Definition at line 64 of file binary_sensor.py.

◆ name

homeassistant.components.shelly.binary_sensor.RestBinarySensorDescription.name
static

Definition at line 65 of file binary_sensor.py.

◆ removal_condition

homeassistant.components.shelly.binary_sensor.RestBinarySensorDescription.removal_condition
static

Definition at line 117 of file binary_sensor.py.

◆ sub_key

homeassistant.components.shelly.binary_sensor.RestBinarySensorDescription.sub_key
static

Definition at line 158 of file binary_sensor.py.

◆ supported

homeassistant.components.shelly.binary_sensor.RestBinarySensorDescription.supported
static

Definition at line 187 of file binary_sensor.py.

◆ translation_key

homeassistant.components.shelly.binary_sensor.RestBinarySensorDescription.translation_key
static

Definition at line 100 of file binary_sensor.py.

◆ value

homeassistant.components.shelly.binary_sensor.RestBinarySensorDescription.value
static

Definition at line 101 of file binary_sensor.py.


The documentation for this class was generated from the following file: