mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 17:04:04 -04:00
Deprecate Google Wifi uptime sensor (#177525)
This commit is contained in:
@@ -60,6 +60,7 @@ SENSOR_TYPES: tuple[GoogleWifiSensorEntityDescription, ...] = (
|
||||
sensor_key="updateNewVersion",
|
||||
icon="mdi:update",
|
||||
),
|
||||
# deprecated: The uptime sensor is deprecated and will be removed in 2027.4.0. Use last_restart instead.
|
||||
GoogleWifiSensorEntityDescription(
|
||||
key=ATTR_UPTIME,
|
||||
primary_key="system",
|
||||
|
||||
Reference in New Issue
Block a user