Skip to content

v26.8.2

Latest

Choose a tag to compare

@Cyborg2017 Cyborg2017 released this 15 Aug 14:15

fix: sanitize entity keys when building entity IDs

Entity keys containing dots (e.g. fishtank.waterpumppausetime) produced
invalid entity IDs, which HA will reject starting from 2027.2. Reuse
safe_key() to replace dots/spaces with underscores in the object ID.

Full Changelog: v26.8.1...v26.8.2