nielsfaber / alarmo-card

Home Assistant card for controlling the Alarmo component
98 stars 18 forks source link

Setting for hiding sensors blocking alarm activation #15

Closed chrispazz closed 2 years ago

chrispazz commented 2 years ago

Using Alarmo with small tablets (ex. Fire HD), when some sensor is blocking alarm activation, they pop-up above the alarmo panel lowering it (and getting it outside of the screen if it is big enough to be usable on such tablets).

Is it possible to have a configuration option to disable this (I show sensors by myself with custom buttons in another card) or a configuration to hide icon and showing only the name of the sensor (so that less space is wasted)?

Thank you

nielsfaber commented 2 years ago

I have added this option to the card config (also possible to set in yaml mode using show_messages): image If you turn this off the messages will be suppressed.

Showing only sensor names seemed a bit of a bad compromise to me, I didn't know how to make it look OK still.

nielsfaber commented 2 years ago

You can update the card to v1.2.1 to see the new option. Please close the issue if the added function satisfies your needs.

chrispazz commented 2 years ago

Perfect! Thank you! C