Hi! I have a switch that controls my PC, and a select that changes the output.
I have a bubble card set up with the pc switch, but it only lets me show attributes of the selected entity, not the select output. I want to show the current output on that bubble card. (I do not need the ability change the output from the bubble card, only to toggle the pc switch)
A) Can I somehow have bubble card show any arbitrary attribute, not just ones a part of that entity? (I tried updating the yaml with the entity id and that did not work)
B) Can I create a new entity in home assistant that is a combination of the switch and the select?
* I tried a template switch, but that doesnt let me add attributes
* I tried a template sensor, but then i can't toggle the switch in the dashboard
* I was able to add an attribute to the switch with `customize.yaml`, but it doesn't actually fill the template with the value of the select.