mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +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.
|
description: A name for this device used within Home Assistant.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## Number
|
## Number
|
||||||
|
Loading…
x
Reference in New Issue
Block a user