Dynamic Service Calls

You’ve got a sweet automation but you need to grab some data from whatever triggered it. Luckily Home Assistant has the ability to use Jinja in automation via templates so you can get your information to another service. In my example, I’m using an...

Parsing Structured Data in a Sensor

Carlo was posting in the Discord chat about wanting to make a sensor for Home Assistant that could use data from a service to determine if today was a day that a flag should be shown. He had found an online RESTful service that would spit back structured data in a...