Remove information about deprecated properties in switch (#2322)

This commit is contained in:
Duco Sebel 2024-09-16 14:41:05 +02:00 committed by GitHub
parent 1efe6aeb11
commit 202dda206a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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