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