mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update knx.markdown (#14680)
Url to https://www.home-assistant.io/integrations/sensor.knx/ was automatically redirected to sensor anchor. The table that is referenced still exists, so the link still makes sense.
This commit is contained in:
parent
d93ef83892
commit
8530f19344
@ -167,7 +167,7 @@ payload:
|
||||
description: Payload to send to the bus. When `type` is not set, raw bytes are sent. Integers are then treated as DPT 1/2/3 payloads. For DPTs > 6 bits send a list. Each value represents 1 octet (0-255). Pad with 0 to DPT byte length.
|
||||
type: [integer, list]
|
||||
type:
|
||||
description: If set, the payload will not be sent as raw bytes, but encoded as given DPT. KNX sensor types are valid values - see table in [KNX Sensor](/integrations/sensor.knx).
|
||||
description: If set, the payload will not be sent as raw bytes, but encoded as given DPT. KNX sensor types are valid values - see table in [KNX Sensor](#sensor).
|
||||
type: [string, integer, float]
|
||||
{% endconfiguration %}
|
||||
|
||||
@ -207,7 +207,7 @@ knx:
|
||||
|
||||
{% configuration %}
|
||||
type:
|
||||
description: Type of the exposed value. Either 'binary', 'time', 'date', 'datetime' or any supported type of [KNX Sensor](/integrations/sensor.knx/) (e.g., "temperature" or "humidity").
|
||||
description: Type of the exposed value. Either 'binary', 'time', 'date', 'datetime' or any supported type of [KNX Sensor](#sensor) (e.g., "temperature" or "humidity").
|
||||
type: string
|
||||
required: true
|
||||
entity_id:
|
||||
|
Loading…
x
Reference in New Issue
Block a user