home-assistant: fix hq open condition

This commit is contained in:
Sandro - 2024-02-07 00:31:34 +01:00
parent ec0b6c4d09
commit 54b94ec0ff
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ in
method = "GET";
scan_interval = 60;
verify_ssl = true;
value_template = "{{ not value_json['status'] }}";
value_template = "{{ value_json['status'] }}";
device_class = "door";
}
];