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
@PiotrMachowski
So maybe this change needs your declaration if will it be persistent change.
There is also secondary problem - I don't understand idea of doubling entities:
all of binary_sensor.burze_dzis_net_ostrzezenie_aktywne_xxx
are identical to binary_sensor.burze_dzis_net_ostrzezenie_xxx
The text was updated successfully, but these errors were encountered:
The problem is that now it's possible to change entity IDs for entities generated by this integration. I have a solution for that (I use it in my vacuum map card), I'll check if I'll be able to apply it in Meteoalarm card.
"Aktywne" entities mean that there is a warning and it is active at this moment (warnings have start and end times and they can be published e.g. a day before)
Normal entities are "on" whenever there is a warning, without checking the time.
MrBartusek/MeteoalarmCard#201
as you can see - the weather condition is selected by the name of the entity
https://github.com/MrBartusek/MeteoalarmCard/blob/master/src/integrations/burze_dzis_net.ts
so if these names are not in English, they won't work properly.
If these names will always be Polish, it will be easy to fix.
@PiotrMachowski
So maybe this change needs your declaration if will it be persistent change.
There is also secondary problem - I don't understand idea of doubling entities:
all of
binary_sensor.burze_dzis_net_ostrzezenie_aktywne_xxx
are identical to
binary_sensor.burze_dzis_net_ostrzezenie_xxx
The text was updated successfully, but these errors were encountered: