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

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