Files
sarah/templates/partials/iss.yaml
2022-12-01 16:01:59 +02:00

6 lines
256 B
YAML

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