mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Fixing misspell in code code example (#12560)
This commit is contained in:
parent
20ce47423c
commit
4a1d272611
@ -298,7 +298,7 @@ sensor:
|
||||
{% if is_state('device_tracker.my_device_nmap','home') %}
|
||||
{{ state_attr('zone.home','latitude') }}
|
||||
{% else %}
|
||||
state_attr('device_tracker.my_device_gps','latitude')
|
||||
{{ state_attr('device_tracker.my_device_gps','latitude') }}
|
||||
{% endif %}
|
||||
longitude: >-
|
||||
{% if is_state('device_tracker.my_device_nmap','home') %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user