mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +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:
|
||||
|
||||
- [Binary Sensor](/integrations/binary_sensor.knx)
|
||||
- [Climate](/integrations/climate.knx)
|
||||
- [Cover](/integrations/cover.knx)
|
||||
- [Sensor](/integrations/sensor.knx)
|
||||
- [Switch](/integrations/switch.knx)
|
||||
- [Light](/integrations/light.knx)
|
||||
- [Thermostat](/integrations/climate.knx)
|
||||
- [Notify](/integrations/notify.knx)
|
||||
- [Scene](/integrations/scene.knx)
|
||||
- [Sensor](/integrations/sensor.knx)
|
||||
- [Switch](/integrations/switch.knx)
|
||||
|
||||
|
||||
## 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
|
||||
knx:
|
||||
@ -56,7 +57,7 @@ rate_limit:
|
||||
type: integer
|
||||
{% 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
|
||||
knx:
|
||||
|
Loading…
x
Reference in New Issue
Block a user