mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-05 08:44:24 +00:00
6 lines
261 B
YAML
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 -%}
|