When looking at the Phone section there’s a Wifi On or Off. I know I can get to whether or not I am connected to my SSID when looking at device_tracker.phone_<name>. If I can get at the secondary attribute essid I can test for my SSID name.
I believe custom sensors are the way to go here, but I cannot figure out where to start:
Are they stored in configuration.yaml?
How does one go about configuring a custom sensor using the example above. If phone SSID = desired test string how do I return ON or OFF?
I want to keep it super simple in order to start wrapping my head around the basics.
The dashboard you have shown appears to be using the custom button card. Unfortunately nothing is simple about this card. It has custom grid layouts and javascript templates to wrap your head around. It probably isn’t using a template sensor at all. The Wifi state is probably generated with javascript templates in the card.