Fixing HA version sensor
This commit is contained in:
parent
9b12470cea
commit
c44a787eae
|
@ -7,7 +7,7 @@
|
||||||
] | random -}}
|
] | random -}}
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
{% macro getVersion() %}
|
{% macro getVersion() %}
|
||||||
@home_assistant version {{ states.sensor.current_ha_version.state }} is out.
|
@home_assistant version {{ states.sensor.released_version.state }} is out.
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
{%- macro getRandomSnark() -%}
|
{%- macro getRandomSnark() -%}
|
||||||
{{- [
|
{{- [
|
||||||
|
|
Loading…
Reference in New Issue