Add missing dash in binary_sensor example (#39667)

This commit is contained in:
mithomas 2025-06-23 08:11:29 +02:00 committed by GitHub
parent 635554fd89
commit 269a59d6a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -178,7 +178,7 @@ Each entity platform has its own set of configuration options, but there are som
```yaml
# Example configuration.yaml entry
template:
binary_sensor:
- binary_sensor:
# Common configuration options
- unique_id: my_unique_sensor_id
availability: "{{ 'sensor.watts' | has_value }}"