Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.fritz.entity.FritzBoxBaseEntity Class Reference
Inheritance diagram for homeassistant.components.fritz.entity.FritzBoxBaseEntity:
[legend]

Public Member Functions

None __init__ (self, AvmWrapper avm_wrapper, str device_name)
 
DeviceInfo device_info (self)
 
str mac_address (self)
 

Private Attributes

 _avm_wrapper
 
 _device_name
 

Detailed Description

Fritz host entity base class.

Definition at line 64 of file entity.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.fritz.entity.FritzBoxBaseEntity.__init__ (   self,
AvmWrapper  avm_wrapper,
str  device_name 
)
Init device info class.

Definition at line 67 of file entity.py.

Member Function Documentation

◆ device_info()

DeviceInfo homeassistant.components.fritz.entity.FritzBoxBaseEntity.device_info (   self)
Return the device information.

Definition at line 78 of file entity.py.

◆ mac_address()

str homeassistant.components.fritz.entity.FritzBoxBaseEntity.mac_address (   self)
Return the mac address of the main device.

Definition at line 73 of file entity.py.

Member Data Documentation

◆ _avm_wrapper

homeassistant.components.fritz.entity.FritzBoxBaseEntity._avm_wrapper
private

Definition at line 69 of file entity.py.

◆ _device_name

homeassistant.components.fritz.entity.FritzBoxBaseEntity._device_name
private

Definition at line 70 of file entity.py.


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