From 202dda206a1944ba9815dfda54e3a0a254fd4e7d Mon Sep 17 00:00:00 2001 From: Duco Sebel <74970928+DCSBL@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:41:05 +0200 Subject: [PATCH] Remove information about deprecated properties in switch (#2322) --- docs/core/entity/switch.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/core/entity/switch.md b/docs/core/entity/switch.md index 1fe1f4c5..1b26d933 100644 --- a/docs/core/entity/switch.md +++ b/docs/core/entity/switch.md @@ -17,15 +17,6 @@ Properties should always only return information from memory and not do I/O (lik | ---- | ---- | ------- | ----------- | is_on | boolean | `None` | If the switch is currently on or off. -## Deprecated properties - -The following properties are deprecated and should not be used by new integrations. Provide them as sensors instead. - -Name | Type | Default | Description -| ---- | ---- | ------- | ----------- -| current_power_w | float | `None` | The current power usage in W. -| today_energy_kwh | float | `None` | Total energy usage in kWh. - ## Methods ### Turn on