Remove is_standby from SwitchEntity (#955)

This commit is contained in:
Erik Montnemery 2021-06-03 14:22:00 +02:00 committed by GitHub
parent 2de6dbee1a
commit efe7943736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,6 @@ Properties should always only return information from memory and not do I/O (lik
| is_on | boolean | **Required** | If the switch is currently on or off.
| current_power_w | float | `None` | The current power usage in W.
| today_energy_kwh | float | `None` | Total energy usage in kWh.
| is_standby | boolean | `None` | Indicate if the device connected to the switch is currently in standby.
## Methods