mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-04-29 06:48:16 +00:00
6 lines
256 B
YAML
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 -%}
|