Also - in my Lovelace design, I have the following card defined. Prior to upgrading to this version of the alarm, when I armed the system, I would see a keypad. Now, I don’t. I just have a “Disarm” button.
Mate, it’s absolutely impossible to help you knowing just “this version” (which one? and what did you have before? and how you updated it?) and “warning in my log” (much better to post your log).
If you believe it’s a bug, please open a new issue providing as much information as possible.
Speaking about cards, I have this in my Lovelace and it works as expected (i.e Arm buttons when disarmed and keypad + disarm button when set):
You can hide the sidebar with Compact Custom Header. It may not be exactly as you want it, but for me it’s ok until they make the sidebar more configurable.
I’m sure it’s my inexperience, but it shows up as “cover.garage_door” entity in HA and I’m able to control the door and see that it is open/closed, but it is not appearing in my list of sensors in the alarm. I did a search of this thread, but no one seems to have asked this question like.
i have an issue where alarm panel card doesn`t show keypad when i enable use password to enable alarm…
I toggled the setting multiple times including restart home assistant.
Do you mean Settings → Require code to arm?
I’d suggest you to create a new issue and describe the problem in details and add as much relevant information as possible.
I don’t have access to my HA at the moment so it’ll be a remainder.
Hey guys, just installed using HACS, followed the directions line by line, but when I try to edit the settings I get the following error
"Failed to call service alarm_control_panel/alarm_yaml_save. ‘<’ not supported between instances of ‘str’ and ‘int’ "
And this in the log:
list indices must be integers or slices, not str
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 121, in handle_call_service
connection.context(msg))
File "/usr/src/homeassistant/homeassistant/core.py", line 1150, in async_call
self._execute_service(handler, service_call))
File "/usr/src/homeassistant/homeassistant/core.py", line 1170, in _execute_service
handler.func(service_call)
File "/config/custom_components/bwalarm/alarm_control_panel.py", line 408, in alarm_yaml_user
alarm.settings_user(service.data.get(CONF_USER), service.data.get(CONF_COMMAND))
File "/config/custom_components/bwalarm/alarm_control_panel.py", line 833, in settings_user
self._yaml_content['users'].append(user)
File "/usr/local/lib/python3.7/site-packages/ruamel/yaml/compat.py", line 269, in __getitem__
return self.__getsingleitem__(index)
File "/usr/local/lib/python3.7/site-packages/ruamel/yaml/comments.py", line 387, in __getsingleitem__
return list.__getitem__(self, idx)
TypeError: list indices must be integers or slices, not str