data_template:{"event":"GitPost","value1":"There are {{ states.sensor.hacs }} updates to HACS components: {{state.sensor.hacs.attributes.repositories}}"}
data_template:{"event":"GitPost","value1":"Update to HACS: There are {{ states.sensor.hacs.state }} updates."}
- service:script.tweet_engine_image
- service:script.tweet_engine_image
data_template:
data_template:
tweet:>
tweet:>-
Hey @CCostan - There are updates to {{ states("sensor.hacs") }} HACS components:
Hey @CCostan - There are {{ states.sensor.hacs.state }} updates to HACS components:
{% for repo in state_attr("sensor.hacs","repositories") %}
{%- for repo in state_attr("sensor.hacs","repositories") -%}