Data for the ISY/IoX integration.
Definition at line 29 of file models.py.
◆ __init__()
| None homeassistant.components.isy994.models.IsyData.__init__ |
( |
|
self | ) |
|
Initialize an empty ISY data class.
Definition at line 41 of file models.py.
◆ uid_base()
| str homeassistant.components.isy994.models.IsyData.uid_base |
( |
|
self, |
|
|
Node | Group | Variable | Program | NetworkCommand |
node |
|
) |
| |
Return the unique id base string for a given node.
Definition at line 56 of file models.py.
◆ unique_ids()
| set[tuple[Platform, str]] homeassistant.components.isy994.models.IsyData.unique_ids |
( |
|
self | ) |
|
Return all the unique ids for a config entry id.
Definition at line 63 of file models.py.
◆ uuid()
| str homeassistant.components.isy994.models.IsyData.uuid |
( |
|
self | ) |
|
Return the ISY UUID identification.
Definition at line 52 of file models.py.
◆ aux_properties
| homeassistant.components.isy994.models.IsyData.aux_properties |
◆ devices
| homeassistant.components.isy994.models.IsyData.devices |
◆ net_resources
| homeassistant.components.isy994.models.IsyData.net_resources |
◆ nodes
| homeassistant.components.isy994.models.IsyData.nodes |
◆ programs
| homeassistant.components.isy994.models.IsyData.programs |
◆ root_nodes
| homeassistant.components.isy994.models.IsyData.root_nodes |
◆ variables
| homeassistant.components.isy994.models.IsyData.variables |
The documentation for this class was generated from the following file:
- core/homeassistant/components/isy994/models.py