The class for handling data retrieval.
Definition at line 93 of file light.py.
◆ __init__()
| def homeassistant.components.niko_home_control.light.NikoHomeControlData.__init__ |
( |
|
self, |
|
|
|
hass, |
|
|
|
nhc |
|
) |
| |
Set up Niko Home Control Data object.
Definition at line 96 of file light.py.
◆ async_update()
| def homeassistant.components.niko_home_control.light.NikoHomeControlData.async_update |
( |
|
self | ) |
|
Get the latest data from the NikoHomeControl API.
Definition at line 105 of file light.py.
◆ get_state()
| def homeassistant.components.niko_home_control.light.NikoHomeControlData.get_state |
( |
|
self, |
|
|
|
aid |
|
) |
| |
Find and filter state based on action id.
Definition at line 117 of file light.py.
◆ _nhc
| homeassistant.components.niko_home_control.light.NikoHomeControlData._nhc |
|
private |
◆ _system_info
| homeassistant.components.niko_home_control.light.NikoHomeControlData._system_info |
|
private |
◆ available
| homeassistant.components.niko_home_control.light.NikoHomeControlData.available |
◆ data
| homeassistant.components.niko_home_control.light.NikoHomeControlData.data |
◆ hass
| homeassistant.components.niko_home_control.light.NikoHomeControlData.hass |
The documentation for this class was generated from the following file:
- core/homeassistant/components/niko_home_control/light.py