Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update entity names and IDs to include device name (#110)
This will cause entity names and IDs to include the vehicle name, making it easier to identify and use the entities, especially when having multiple vehicles. The unique_id does not change. E.g. ``` entity_description.key = charger_connected unique_id = TMBXXXXXXXXXXXX_charger_connected entitiy_id = sensor.skoda_enyaq_charger_connected name = Skoda Enyaq Charger Connected ``` Reference: https://developers.home-assistant.io/docs/core/entity/#has_entity_name-true-mandatory-for-new-integrations This will be a somewhat breaking change in that in order to benefit from the new entitiy names users will need to delete and recreate the integration. Fixes #57
- Loading branch information