From efe79437366285e98ef53ba03d3f64f00f7151ff Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Thu, 3 Jun 2021 14:22:00 +0200 Subject: [PATCH] Remove is_standby from SwitchEntity (#955) --- docs/core/entity/switch.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/core/entity/switch.md b/docs/core/entity/switch.md index 3f196d7b..1346fb2d 100644 --- a/docs/core/entity/switch.md +++ b/docs/core/entity/switch.md @@ -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