npope / home-assistant-crestron-component

Integration for Home Assistant for the Crestron XSIG symbol
Apache License 2.0
60 stars 24 forks source link

Incorrect Integration Name in Entities List #19

Open sanketgroup opened 6 months ago

sanketgroup commented 6 months ago

Everything works well. When I go to Entities List under Settigs of HA all these Crestron entities have “Switch” under “Integration” column name.

It suppose to be “Crestron” instead of “switch” in Integration column. Generally it take value from manifest.json domain part.

following is manifest.json { "domain": "crestron", "name": "Crestron XSIG Integraton", "documentation": "https://github.com/npope/home-assistant-crestron-component/blob/2b90696fbe71161d0537072f8ce48084a293da20/README.md", "dependencies": [], "codeowners": ["@npope"], "requirements": [], "version": "0.2.3" }

Domain is already crestron, but see screenshot below. It appears as switch only. How can i resolve this?

2024-03-12_13-05-39