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

Public Member Functions

def __init__ (self, api)
 
DeviceInfo device_info (self)
 

Private Attributes

 _api
 

Detailed Description

Representation of a Firmata entity.

Definition at line 13 of file entity.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.firmata.entity.FirmataEntity.__init__ (   self,
  api 
)
Initialize the entity.

Definition at line 16 of file entity.py.

Member Function Documentation

◆ device_info()

DeviceInfo homeassistant.components.firmata.entity.FirmataEntity.device_info (   self)
Return device info.

Definition at line 21 of file entity.py.

Member Data Documentation

◆ _api

homeassistant.components.firmata.entity.FirmataEntity._api
private

Definition at line 18 of file entity.py.


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