Skip to content

Commit 0b46dd6

Browse files
perosbCopilot
andauthored
Update custom_components/qvantum/sensor.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 36b417b commit 0b46dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/qvantum/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async def async_setup_entry(
7777
QvantumTimerEntity(coordinator, "extra_tap_water_stop", device, True)
7878
)
7979

80-
# Add firmware sensors
80+
# Add maintenance sensors (firmware and access level)
8181
maintenance_coordinator = config_entry.runtime_data.maintenance_coordinator
8282
sensors.append(
8383
QvantumAccessExpireEntity(maintenance_coordinator, "expiresAt", device, True)

0 commit comments

Comments
 (0)