updated apps

This commit is contained in:
2026-07-14 23:57:03 -04:00
parent 6cc7212cef
commit 010e828e9c
797 changed files with 45153 additions and 4246 deletions
@@ -78,6 +78,8 @@ class PackagesBinarySensor(CoordinatorEntity, BinarySensorEntity):
@property
def is_on(self) -> bool:
"""Return True if the image is updated."""
if self.coordinator.data is None:
return False
if self._type in self.coordinator.data:
_LOGGER.debug(
"binary_sensor: %s value: %s",