Fix up entitiy categories
Closed this issue · 1 comments
uvjim commented
HASS 2022.2.x releases introduce this warning.
Logger: homeassistant.helpers.frame
Source: helpers/frame.py:74
First occurred: 21:00:07 (47 occurrences)
Last logged: 21:00:07
Detected code that uses str (diagnostic) for entity category. This is deprecated and will stop working in Home Assistant 2022.4, it should be updated to use EntityCategory instead. Please report this issue.
Detected code that uses str (config) for entity category. This is deprecated and will stop working in Home Assistant 2022.4, it should be updated to use EntityCategory instead. Please report this issue.