mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +00:00
Fix missing } (#19362)
This commit is contained in:
parent
22587001ae
commit
b33841ffbf
@ -510,7 +510,7 @@ template:
|
||||
- binary_sensor:
|
||||
- name: My Device
|
||||
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"
|
||||
attributes:
|
||||
latitude: >
|
||||
|
Loading…
x
Reference in New Issue
Block a user