Class to represent a Value ID.
Definition at line 24 of file migrate.py.
◆ from_string_id()
| ValueID homeassistant.components.zwave_js.migrate.ValueID.from_string_id |
( |
str |
value_id_str | ) |
|
|
static |
Get a ValueID from a string representation of the value ID.
Definition at line 42 of file migrate.py.
◆ from_unique_id()
| ValueID homeassistant.components.zwave_js.migrate.ValueID.from_unique_id |
( |
str |
unique_id | ) |
|
|
static |
Get a ValueID from a unique ID.
This also works for Notification CC Binary Sensors which have their
own unique ID format.
Definition at line 33 of file migrate.py.
◆ is_same_value_different_endpoints()
| bool homeassistant.components.zwave_js.migrate.ValueID.is_same_value_different_endpoints |
( |
|
self, |
|
|
ValueID |
other |
|
) |
| |
Return whether two value IDs are the same excluding endpoint.
Definition at line 48 of file migrate.py.
◆ command_class
| homeassistant.components.zwave_js.migrate.ValueID.command_class |
◆ None
| homeassistant.components.zwave_js.migrate.ValueID.None |
|
static |
◆ property_
| homeassistant.components.zwave_js.migrate.ValueID.property_ |
◆ property_key
| homeassistant.components.zwave_js.migrate.ValueID.property_key |
The documentation for this class was generated from the following file: