#hass.data[DOMAIN]
1 messages · Page 1 of 1 (latest)
I was planning a second pass to look at all the remaining uses of hass.data[DOMAIN] and a lot of them are just very old legacy integrations that do not use config flow so I wanted to know if the idea is to:
- migrate them to HassKey
- or add an ignore flag (because legacy)