Update attributes table to reflect closed PR (#5206)

The PR https://github.com/home-assistant/home-assistant/pull/13816 has been withdrawn since it exposed static attributes which are not supported. Updating wiki to reflect current state
This commit is contained in:
Mark Perdue 2018-04-20 08:16:37 -04:00 committed by Fabian Affolter
parent 444030d09f
commit b8627d6285

View File

@ -45,7 +45,3 @@ VeSync switches will expose the following details.
| ------------------- | ------------------------------------------------------------------- | --------------- | | ------------------- | ------------------------------------------------------------------- | --------------- |
| `current_power_w` | The present power consumption of the switch in watts. | 100 | | `current_power_w` | The present power consumption of the switch in watts. | 100 |
| `today_energy_kwh` | The kilowatt hours used by the switch during the previous 24 hours. | 0.12 | | `today_energy_kwh` | The kilowatt hours used by the switch during the previous 24 hours. | 0.12 |
| `connection_status` | The connection status of the switch. | online |
| `connection_type` | The connection type of the switch. | wifi |
| `device_type` | The device type of the switch. | wifi-switch-1.3 |
| `model` | The model of the switch. | wifi-switch |