Websocket command entity/source is changed in Home Assistant Core 2023.10
emontnemery opened this issue · 1 comments
emontnemery commented
Description
Websocket command entity/source is changed in Home Assistant Core 2023.10, and now provides much less information, for details see the dev blog post.
lovelace-xiaomi-vacuum-map-card uses it here: https://github.com/Rittsel/lovelace-xiaomi-vacuum-map-card/blob/0b6aa16d13ac483a5a2b21ba5442b5da4ddc813e/src/utils.ts#L159-L164 and needs to be updated.
Solution
Config entry id is present in entity registry, use that instead of entity/source
Alternatives
No response
Context
No response
PiotrMachowski commented
Thank you for the heads-up, but the fork you have linked is outdated, my version already uses entity registry:
lovelace-xiaomi-vacuum-map-card/src/utils.ts
Line 234 in 2283486