Files
sarah/templates/partials/iss.yaml
T
2020-03-08 01:17:40 +02:00

6 lines
261 B
YAML

>-
{%- if is_state('binary_sensor.iss', 'on') -%}
Here is something interesting. The international space station is above us now. There are {{ states.binary_sensor.iss.attributes['number_of_people_in_space'] }} people in space right now.
{%- endif -%}