Use standard entity_ids for zwave entities (#7786)
* Use standard entity_ids for zwave entities * Include temporary opt-in for new entity ids * Update link to blog post * Update tests * Add old entity_id as state attribute * Expose ZWave value details * Update tests * Also show new_entity_id * Just can't win with this one
This commit is contained in:
parent
1c2f4866e2
commit
afb9cba806
8 changed files with 247 additions and 123 deletions
|
@ -14,6 +14,8 @@ ATTR_BASIC_LEVEL = "basic_level"
|
|||
ATTR_CONFIG_PARAMETER = "parameter"
|
||||
ATTR_CONFIG_SIZE = "size"
|
||||
ATTR_CONFIG_VALUE = "value"
|
||||
ATTR_VALUE_INDEX = "value_index"
|
||||
ATTR_VALUE_INSTANCE = "value_instance"
|
||||
NETWORK_READY_WAIT_SECS = 30
|
||||
|
||||
DISCOVERY_DEVICE = 'device'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue