mirror of
https://github.com/home-assistant/core.git
synced 2025-05-02 13:17:53 +00:00

* Fix entity id naming when not using first install Currently, the verisure component will use the alias of the first installation to decide entity id of the alarm_control_panel even though a different installation is configured through a specified giid. This fixes that * Fixed pulled request review comments * Remove trailing whitespace * Fix remaining pylint errors