scarpazza / home-assistant-konnected-tutorial

A minimalistic tutorial on Home Assistant - Konnected Alarm board integration
53 stars 4 forks source link

inconsistent entity_id #2

Closed johnny-co closed 2 years ago

johnny-co commented 2 years ago

Your Configuration.yaml edit for panels defines the first alarm panel name 'Intrusion Alarm' which creates the entity alarm_control_panel.intrusion_alarm however your trigger_response_siren.yaml shows entity_id: alarm_control_panel.home_alarm.

very minor, not sure if you care this much.......

scarpazza commented 2 years ago

Oh no I do care! Thanks for reporting. Let me take a look tomorrow...

On Wed, Mar 23, 2022 at 8:14 PM johnny-co @.***> wrote:

Your Configuration.yaml edit for panels defines the first alarm panel name 'Intrusion Alarm' which creates the entity alarm_control_panel.intrusion_alarm however your trigger_response_siren.yaml shows entity_id: alarm_control_panel.home_alarm.

very minor, not sure if you care this much.......

— Reply to this email directly, view it on GitHub https://github.com/scarpazza/home-assistant-konnected-tutorial/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGJZUJV7LQGPXEXCTOZJDGDVBOXWFANCNFSM5RPRK2XQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

scarpazza commented 2 years ago

Thank you @johnny-co. I revised the "name" attribute of the intrusion control panel, and it now generates a home_alarm entity id. Please let me know if you see more issues!