You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The real problem is that since v2.0.0 it's possible for users to change entity names to anything they want. You can check out my solution for this problem here. This code allows me to retrieve all entities from the same device as the entity passed in the argument. Then I recognize every entity by comparing its unique id. I believe a similar approach might be possible to be used for this card as well.
Describe the bug
There are new entities generated after update (with breaking changes)
https://github.com/PiotrMachowski/Home-Assistant-custom-components-Burze.dzis.net/releases/tag/v2.0.0
error:
Integration state attributes
Examples of active state (state on )
New entities have new names
Example of new format entity, alert active
new entity name
binary_sensor.burze_dzis_net_ostrzezenie_upal
attributes:
example of new format secondary entity, alert active
new entity name
binary_sensor.burze_dzis_net_ostrzezenie_aktywne_upal
attributes:
old version entity (from different installation)
entity name
binary_sensor.burze_dzis_net_heat_warning
attributes:
Example of inactive (state off)`
binary_sensor.burze_dzis_net_ostrzezenie_mroz
state off, attributes
secondary entity
binary_sensor.burze_dzis_net_ostrzezenie_aktywne_mroz
state off, attributes
old version burze_dzis_net
binary_sensor.burze_dzis_net_frost_warning
state off, attributes
Screenshots
Card version
v2.5.3
Installation type
Home Assistant Community Store (HACS)
Card Configuration
Integration type
Burze.dzis.net
Integration configuration
GUI
Integration Configuration
new version has only GUI config
error exist also with primary entities
The text was updated successfully, but these errors were encountered: