Using Structured Data

A few times over the past week I’ve helped some users in the Discord channel for Home Assistant with some jinja magic using structured data. Jinja itself can parse structured data using dot notation or you can use the bracket notation if you’re using...

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...