Home Assistant Unofficial Reference 2024.12.1
entity.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.switchbee.entity.SwitchBeeDeviceEntity
 
class  homeassistant.components.switchbee.entity.SwitchBeeEntity
 

Namespaces

 homeassistant.components.switchbee.entity
 

Functions

None homeassistant.components.switchbee.entity.__init__ (self, _DeviceTypeT device, SwitchBeeCoordinator coordinator)
 
None homeassistant.components.switchbee.entity._check_if_became_offline (self)
 
None homeassistant.components.switchbee.entity._check_if_became_online (self)
 
_DeviceTypeT homeassistant.components.switchbee.entity._get_coordinator_device (self)
 
bool homeassistant.components.switchbee.entity.available (self)
 

Variables

 homeassistant.components.switchbee.entity._attr_device_info
 
bool homeassistant.components.switchbee.entity._attr_has_entity_name = True
 
 homeassistant.components.switchbee.entity._attr_name
 
 homeassistant.components.switchbee.entity._attr_unique_id
 
 homeassistant.components.switchbee.entity._device
 
 homeassistant.components.switchbee.entity._is_online
 
 homeassistant.components.switchbee.entity._LOGGER = logging.getLogger(__name__)