From b33841ffbff12727cfa0ed41e3499affd4524fbc Mon Sep 17 00:00:00 2001 From: Tobias Sauerwein Date: Thu, 16 Sep 2021 14:19:49 +0200 Subject: [PATCH] Fix missing } (#19362) --- source/_integrations/template.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/template.markdown b/source/_integrations/template.markdown index 135703f54db..211fabd334a 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -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: >