Jorge<p>Today's <a href="https://pug.ninja/tags/HomeAssistant" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HomeAssistant</span></a> project is creating a sensor with attributes I can query from the <a href="https://pug.ninja/tags/Pixlet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pixlet</span></a> starlark code. I can't pull the full <a href="https://pug.ninja/tags/FlightRadar24" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FlightRadar24</span></a> integration data because it is in an array that includes unfiltered aircraft and I want to be able to filter them.</p><p>Creating a template sensor with attributes seems to be the best way. I have to do this directly in the configuration.yaml because the Value Template helper doesn't support attributes yet.</p>