Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix entity category of Home Assistant exposed sensor entities #19434

Merged
merged 2 commits into from
Oct 27, 2023

Conversation

frenck
Copy link
Contributor

@frenck frenck commented Oct 26, 2023

Entities exposed to Home Assistant have entity categories, of which some are primary (no category), or secondary (diagnostic & config). Diagnostic entities are read-only, while config entities provide an input/configuration.

This PR corrects the exposure of sensor entities as configuration entities to Home Assistant. Those are read-only and have no input, so they cannot be config entities.

This PR prevents warnings raised in Home Assistant 2023.11, which introduces checks for these misconfiguration.

Additionally, corrects/sets a few cases.

This change is not breaking and backward compatible.

@Koenkk Koenkk merged commit e7749e2 into Koenkk:dev Oct 27, 2023
11 checks passed
@frenck frenck deleted the frenck-2023-1352 branch October 27, 2023 18:22
FabianMangold pushed a commit to FabianMangold/zigbee2mqtt that referenced this pull request Oct 31, 2023
…oenkk#19434)

* Fix entity category of Home Assistant exposed sensor entities

* ok, testing helps :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants