mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add KNX notify type
configuration option (#22487)
* Add KNX notify `type` configuration option * Update source/_integrations/knx.markdown Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com> Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
This commit is contained in:
parent
1ead06225d
commit
15714a1c6f
@ -1174,6 +1174,11 @@ name:
|
||||
description: A name for this device used within Home Assistant.
|
||||
required: false
|
||||
type: string
|
||||
type:
|
||||
description: A DPT identifier representing a text value ("string" or "latin_1" - see [KNX Sensor](#sensor)) used to encode the notification.
|
||||
required: false
|
||||
default: "latin_1"
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
## Number
|
||||
|
Loading…
x
Reference in New Issue
Block a user