Currently I have a binary_sensor for whether or not my overhead door is open. I have a separate momentary switch to activate the overhead door button and open/close the door. Is there any way to combine these into one HA Dashboard square? By that I mean, just pressing the binary_sensor square activates the switch?
It seems like maybe sub_entity might be a clue, but I can’t quite figure out how to make it work.
sub entity just gives another value.
at the moment there is no widget that combines a switch and a sensor.
the only way possible at the moment is creating a custom widget (programming in HTML, CSS and javascript is needed)