Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.withings.entity Namespace Reference

Classes

class  WithingsDeviceEntity
 
class  WithingsEntity
 

Functions

None __init__ (self, _T coordinator, str key)
 

Variables

 _attr_device_info
 
bool _attr_has_entity_name = True
 
 _attr_unique_id
 

Detailed Description

Base entity for Withings.

Function Documentation

◆ __init__()

None homeassistant.components.withings.entity.__init__ (   self,
_T  coordinator,
str  key 
)
Initialize the Withings entity.

Definition at line 24 of file entity.py.

Variable Documentation

◆ _attr_device_info

homeassistant.components.withings.entity._attr_device_info
private

Definition at line 32 of file entity.py.

◆ _attr_has_entity_name

bool homeassistant.components.withings.entity._attr_has_entity_name = True
private
Base class for withings entities.

Definition at line 22 of file entity.py.

◆ _attr_unique_id

homeassistant.components.withings.entity._attr_unique_id
private

Definition at line 31 of file entity.py.