Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.danfoss_air.DanfossAir Class Reference

Public Member Functions

def __init__ (self, host)
 
def get_value (self, item)
 
def update (self)
 
def update_state (self, command, state_command)
 

Private Attributes

 _client
 
 _data
 

Detailed Description

Handle all communication with Danfoss Air CCM unit.

Definition at line 41 of file __init__.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.danfoss_air.DanfossAir.__init__ (   self,
  host 
)
Initialize the Danfoss Air CCM connection.

Definition at line 44 of file __init__.py.

Member Function Documentation

◆ get_value()

def homeassistant.components.danfoss_air.DanfossAir.get_value (   self,
  item 
)
Get value for sensor.

Definition at line 50 of file __init__.py.

◆ update()

def homeassistant.components.danfoss_air.DanfossAir.update (   self)
Use the data from Danfoss Air API.

Definition at line 59 of file __init__.py.

◆ update_state()

def homeassistant.components.danfoss_air.DanfossAir.update_state (   self,
  command,
  state_command 
)
Send update command to Danfoss Air CCM.

Definition at line 54 of file __init__.py.

Member Data Documentation

◆ _client

homeassistant.components.danfoss_air.DanfossAir._client
private

Definition at line 48 of file __init__.py.

◆ _data

homeassistant.components.danfoss_air.DanfossAir._data
private

Definition at line 46 of file __init__.py.


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