[SOLVED] I want to create an alarm panel in HA.
I read this
https://scotthelme.co.uk/creating-a-house-alarm-system-with-home-assistant/
Scott said it is “really simple”…that’s my kind of language…
I have also read the documentation here
My configuration.yaml file looks like this
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
# Example configuration.yaml entry
alarm_control_panel:
- platform: manual
I then created a new dashboard called ‘Alarm’ and clicked the button to add a card
but then I got this:
I’ve tried copying other examples from here but I am obviously missing something.
What’s not obvious (to me) is what I am missing…?