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:
Stefan 2020-10-01 11:12:26 +02:00 committed by GitHub
parent d93ef83892
commit 8530f19344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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: [integer, list]
type: 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] type: [string, integer, float]
{% endconfiguration %} {% endconfiguration %}
@ -207,7 +207,7 @@ knx:
{% configuration %} {% configuration %}
type: 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 type: string
required: true required: true
entity_id: entity_id: