Remove hp_is_off and toggle_hp_state from page6 entirely
Remove hp_is_off and toggle_hp_state from page9 triggers
Should remove the warnings that were tripping the upstream issue 106:
https://github.com/HASwitchPlate/HASPone/issues/106
Forked the temperature-with-colour-icon blueprint, which
has a right-aligned text description of the temperature and a
super-magic overstrike icon left-aligned of a thermometer.
Removed the text field entirely, so we get an optionally coloured
thermometer that changes height with the temperature, but centred
Suitable for use on small buttons to convey at a glance approximately
what the mercury is doing
(does anyone still make thermometers out of mercury?)
Forked the weather-condition-with-icon blueprint, which
has a right-aligned text description of the weather and a super-magic
overstrike icon left-aligned of the weather condition.
Removed the text field entirely, so we get the same icons for the
same conditions, but centred.
Suitable for use on small buttons to convey at a glance approximately
what the weather is doing
Cribbed from the change-page-on-idle automation, this one alters the
screen brightness (using MQTT, not the Home-Assistant Concept of
Backlight).
the value of "dim" and "bright" can be set, and so can the timeout.
Drawbacks: now every button_short_press causes a brightness change
command to be sent. And this doesn't honour the Home-Assistant
Concept of Backlight slider, which is not intuitive and could be
done better.
Do sliders generate button_short_press events?