diff --git a/source/_integrations/anel_pwrctrl.markdown b/source/_integrations/anel_pwrctrl.markdown index 8f808e1fca8..9e1e99a67c2 100644 --- a/source/_integrations/anel_pwrctrl.markdown +++ b/source/_integrations/anel_pwrctrl.markdown @@ -11,23 +11,25 @@ ha_platforms: ha_integration_type: integration --- -The `anel_pwrctrl` switch platform allows you to control [ANEL PwrCtrl](https://en.anel.eu/index.htm?src=/produkte/produkte.htm) devices. +The `anel_pwrctrl` switch platform allows you to control [ANEL PwrCtrl](https://en.anel.eu/index.htm?src=/produkte/produkte.htm) devices on firmware 6.x and older. [ANEL PwrCtrl](https://en.anel.eu/index.htm?src=/produkte/produkte.htm) devices on firmware 7.x are not supported. Supported devices (tested): - PwrCtrl HUT +- PwrCtrl Advanced +- PwrCtrl Advanced Power To add this platform to your installation, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry switch: - platform: anel_pwrctrl - host: IP_ADDRESS - port_recv: PORT - port_send: PORT - username: USERNAME - password: PASSWORD + - platform: anel_pwrctrl + host: IP_ADDRESS + port_recv: PORT + port_send: PORT + username: USERNAME + password: PASSWORD ``` {% configuration %} @@ -36,11 +38,11 @@ host: required: false type: string port_recv: - description: The port to receive data from the device. + description: The port on which the device receives data. required: true type: integer port_send: - description: The port to send data to the device. + description: The port from which the device sends data. required: true type: integer username: