mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 20:06:52 +00:00
Fix missing } (#19362)
This commit is contained in:
parent
22587001ae
commit
b33841ffbf
@ -510,7 +510,7 @@ template:
|
|||||||
- binary_sensor:
|
- binary_sensor:
|
||||||
- name: My Device
|
- name: My Device
|
||||||
state: >
|
state: >
|
||||||
{{ is_state('device_tracker.my_device_nmap', 'home') or is_state('device_tracker.my_device_gps', 'home') }
|
{{ is_state('device_tracker.my_device_nmap', 'home') or is_state('device_tracker.my_device_gps', 'home') }}
|
||||||
device_class: "presence"
|
device_class: "presence"
|
||||||
attributes:
|
attributes:
|
||||||
latitude: >
|
latitude: >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user