mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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') %}
|
{% if is_state('device_tracker.my_device_nmap','home') %}
|
||||||
{{ state_attr('zone.home','latitude') }}
|
{{ state_attr('zone.home','latitude') }}
|
||||||
{% else %}
|
{% else %}
|
||||||
state_attr('device_tracker.my_device_gps','latitude')
|
{{ state_attr('device_tracker.my_device_gps','latitude') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
longitude: >-
|
longitude: >-
|
||||||
{% if is_state('device_tracker.my_device_nmap','home') %}
|
{% if is_state('device_tracker.my_device_nmap','home') %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user