mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Adjustments to KNX entry page (#13772)
- Sorted list of supported device type alphabetically - Renamed "Thermostat" to "Climate" to match the current HA wording - Various minor changes
This commit is contained in:
parent
5de41b10d6
commit
eb1b520cf8
@ -21,17 +21,18 @@ Please note, the `knx` platform does not support KNX Secure.
|
|||||||
There is currently support for the following device types within Home Assistant:
|
There is currently support for the following device types within Home Assistant:
|
||||||
|
|
||||||
- [Binary Sensor](/integrations/binary_sensor.knx)
|
- [Binary Sensor](/integrations/binary_sensor.knx)
|
||||||
|
- [Climate](/integrations/climate.knx)
|
||||||
- [Cover](/integrations/cover.knx)
|
- [Cover](/integrations/cover.knx)
|
||||||
- [Sensor](/integrations/sensor.knx)
|
|
||||||
- [Switch](/integrations/switch.knx)
|
|
||||||
- [Light](/integrations/light.knx)
|
- [Light](/integrations/light.knx)
|
||||||
- [Thermostat](/integrations/climate.knx)
|
|
||||||
- [Notify](/integrations/notify.knx)
|
- [Notify](/integrations/notify.knx)
|
||||||
- [Scene](/integrations/scene.knx)
|
- [Scene](/integrations/scene.knx)
|
||||||
|
- [Sensor](/integrations/sensor.knx)
|
||||||
|
- [Switch](/integrations/switch.knx)
|
||||||
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
To use your KNX in your installation, add the following lines to your `configuration.yaml` file:
|
To use your KNX bus in your installation, add the following lines to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
knx:
|
knx:
|
||||||
@ -56,7 +57,7 @@ rate_limit:
|
|||||||
type: integer
|
type: integer
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
If the auto detection of the KNX/IP device does not work you can specify ip/port of the tunneling device:
|
If the auto detection of the KNX/IP device does not work you can specify IP and port of the tunneling device:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
knx:
|
knx:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user