Hello I am experimenting with a custom integration but cannot figure out how to get the icon for my app to show up in the integration to HA. Can anyone give me a tip on how to troubleshoot?
I am mulling over this material:
https://developers.home-assistant.io/docs/architecture_components/
Any tips appreciated.
Home Assistant Core can be extended with integrations. Each integration is responsible for a specific domain within Home Assistant. Integrations can listen for or trigger events, offer actions, and maintain states. Integrations are made up of a component (the base logic) and platforms (bits that integrate with other integrations). Integrations a...