gjbadros / hass-vantage

Home Assistant custom_component for Vantage Infusion Whole House lighting system.
MIT License
9 stars 5 forks source link

Prefix entities with e.g. `vantage.foo` #21

Closed ptr727 closed 1 year ago

ptr727 commented 1 year ago

The vantage integration is not exposed in the integration or devices UI, so it is not readily possible to discover entities exposed by the integration.
One has to use the log file to discover the entities created by vantage, e.g.:
2023-04-24 12:58:57.667 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.vantage entity: sensor.upstairs_master_bathroom_master_bathroom_motion_sensor_c

Suggest to use the current standard for integrations allowing the UI to be used for add integration vs. yaml editing, and for exploration of entities exposed by the integration.

Support prefix entity names with e.g. vantage.foo, such it it easier to discover and use vantage created entities.