From 8813f3137f8ea30b1c4b7d983d6f89da6662806a Mon Sep 17 00:00:00 2001 From: Eddie Reasoner <136942618+EReaso@users.noreply.github.com> Date: Sat, 29 Aug 2026 08:03:08 -0600 Subject: [PATCH] Deprecate Google Wifi uptime sensor (#177525) --- homeassistant/components/google_wifi/sensor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/google_wifi/sensor.py b/homeassistant/components/google_wifi/sensor.py index 5deaa9d7f46a..54568dbbf170 100644 --- a/homeassistant/components/google_wifi/sensor.py +++ b/homeassistant/components/google_wifi/sensor.py @@ -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",