Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ring.entity.RingBaseEntity Class Reference
Inheritance diagram for homeassistant.components.ring.entity.RingBaseEntity:
[legend]
Collaboration diagram for homeassistant.components.ring.entity.RingBaseEntity:
[legend]

Public Member Functions

None __init__ (self, RingDeviceT device, _RingCoordinatorT coordinator)
 

Private Attributes

 _attr_device_info
 
 _attr_extra_state_attributes
 
 _device
 

Static Private Attributes

 _attr_attribution = ATTRIBUTION
 
bool _attr_has_entity_name = True
 
bool _attr_should_poll = False
 

Detailed Description

Base implementation for Ring device.

Definition at line 150 of file entity.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.ring.entity.RingBaseEntity.__init__ (   self,
RingDeviceT  device,
_RingCoordinatorT  coordinator 
)
Initialize a sensor for Ring device.

Definition at line 159 of file entity.py.

Member Data Documentation

◆ _attr_attribution

homeassistant.components.ring.entity.RingBaseEntity._attr_attribution = ATTRIBUTION
staticprivate

Definition at line 155 of file entity.py.

◆ _attr_device_info

homeassistant.components.ring.entity.RingBaseEntity._attr_device_info
private

Definition at line 168 of file entity.py.

◆ _attr_extra_state_attributes

homeassistant.components.ring.entity.RingBaseEntity._attr_extra_state_attributes
private

Definition at line 167 of file entity.py.

◆ _attr_has_entity_name

bool homeassistant.components.ring.entity.RingBaseEntity._attr_has_entity_name = True
staticprivate

Definition at line 157 of file entity.py.

◆ _attr_should_poll

bool homeassistant.components.ring.entity.RingBaseEntity._attr_should_poll = False
staticprivate

Definition at line 156 of file entity.py.

◆ _device

homeassistant.components.ring.entity.RingBaseEntity._device
private

Definition at line 166 of file entity.py.


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