mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add switch platform to devolo_home_network (#22886)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
4c736b7130
commit
1831306441
@ -5,6 +5,7 @@ ha_category:
|
||||
- Binary Sensor
|
||||
- Presence Detection
|
||||
- Sensor
|
||||
- Switch
|
||||
ha_release: '2021.12'
|
||||
ha_iot_class: Local Polling
|
||||
ha_config_flow: true
|
||||
@ -17,6 +18,7 @@ ha_platforms:
|
||||
- binary_sensor
|
||||
- device_tracker
|
||||
- sensor
|
||||
- switch
|
||||
ha_zeroconf: true
|
||||
ha_integration_type: device
|
||||
---
|
||||
@ -53,14 +55,25 @@ Currently the following device types within Home Assistant are supported.
|
||||
* Updates every 5 minutes
|
||||
* Is disabled by default because it typically rarely changes
|
||||
|
||||
### Switch
|
||||
|
||||
* Turn on/off guest wifi
|
||||
* Is enabled by default
|
||||
* Turn on/off the device LEDs
|
||||
* Is enabled by default
|
||||
|
||||
## Supported devolo Devices
|
||||
|
||||
The list of supported devolo devices depends on the device firmware and the device features. The following devices were tested running firmware 5.6.0:
|
||||
|
||||
* Magic 2 WiFi 6
|
||||
* Magic 2 WiFi next
|
||||
* Magic 2 WiFi 2-1
|
||||
* Magic 1 WiFi mini
|
||||
* Magic 1 WiFi 2-1
|
||||
* WiFi 6 Repeater 5400
|
||||
* WiFi 6 Repeater 3000
|
||||
* WiFi Repeater+ ac
|
||||
* dLAN 1200+ WiFi ac
|
||||
* dLAN 550+ Wifi
|
||||
* dLAN 550 WiFi
|
||||
|
Loading…
x
Reference in New Issue
Block a user