Fix KNX binary-sensor and sensor note (#37144)

* Fix KNX binary-sensor and sensor note

* tiny tweaks

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Matthias Alphart 2025-01-28 10:33:06 +01:00 committed by GitHub
parent fcd5013a3e
commit ef34f1d3bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -598,7 +598,11 @@ respond_to_read:
The KNX binary sensor platform allows you to monitor [KNX](https://www.knx.org/) binary sensors.
Binary sensors are read-only. To write to the KNX bus configure an exposure [KNX Integration Expose](/integrations/knx/#exposing-entity-states-entity-attributes-or-time-to-knx-bus).
{% note %}
Binary sensors are read-only entities. To write to the KNX bus, configure a [KNX Switch entity](#switch) or use the [`knx.send` action](#send).
{% endnote %}
```yaml
knx:
@ -1831,7 +1835,11 @@ entity_category:
The KNX sensor platform allows you to monitor [KNX](https://www.knx.org/) sensors.
Sensors are read-only. To write to the KNX bus configure a [Number](#number), an exposure [KNX Integration Expose](/integrations/knx/#exposing-entity-states-entity-attributes-or-time-to-knx-bus) or use the `knx.send` action.
{% note %}
Sensors are read-only entities. To write to the KNX bus, configure a [KNX Number entity](#number) or use the [`knx.send` action](#send).
{% endnote %}
```yaml
# Example configuration.yaml entry