Bump aiorecollect to 1.0.8 (#55300)

This commit is contained in:
Aaron Bach 2021-08-26 16:59:27 -06:00 committed by GitHub
parent ef10773202
commit cbd65efe52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 6 deletions

View File

@ -3,7 +3,7 @@
"name": "ReCollect Waste", "name": "ReCollect Waste",
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/recollect_waste", "documentation": "https://www.home-assistant.io/integrations/recollect_waste",
"requirements": ["aiorecollect==1.0.7"], "requirements": ["aiorecollect==1.0.8"],
"codeowners": ["@bachya"], "codeowners": ["@bachya"],
"iot_class": "cloud_polling" "iot_class": "cloud_polling"
} }

View File

@ -20,7 +20,6 @@ from homeassistant.helpers.update_coordinator import (
CoordinatorEntity, CoordinatorEntity,
DataUpdateCoordinator, DataUpdateCoordinator,
) )
from homeassistant.util.dt import as_utc
from .const import CONF_PLACE_ID, CONF_SERVICE_ID, DATA_COORDINATOR, DOMAIN, LOGGER from .const import CONF_PLACE_ID, CONF_SERVICE_ID, DATA_COORDINATOR, DOMAIN, LOGGER
@ -124,7 +123,7 @@ class ReCollectWasteSensor(CoordinatorEntity, SensorEntity):
ATTR_NEXT_PICKUP_TYPES: async_get_pickup_type_names( ATTR_NEXT_PICKUP_TYPES: async_get_pickup_type_names(
self._entry, next_pickup_event.pickup_types self._entry, next_pickup_event.pickup_types
), ),
ATTR_NEXT_PICKUP_DATE: as_utc(next_pickup_event.date).isoformat(), ATTR_NEXT_PICKUP_DATE: next_pickup_event.date.isoformat(),
} }
) )
self._attr_native_value = as_utc(pickup_event.date).isoformat() self._attr_native_value = pickup_event.date.isoformat()

View File

@ -237,7 +237,7 @@ aiopvpc==2.2.0
aiopylgtv==0.4.0 aiopylgtv==0.4.0
# homeassistant.components.recollect_waste # homeassistant.components.recollect_waste
aiorecollect==1.0.7 aiorecollect==1.0.8
# homeassistant.components.shelly # homeassistant.components.shelly
aioshelly==0.6.4 aioshelly==0.6.4

View File

@ -158,7 +158,7 @@ aiopvpc==2.2.0
aiopylgtv==0.4.0 aiopylgtv==0.4.0
# homeassistant.components.recollect_waste # homeassistant.components.recollect_waste
aiorecollect==1.0.7 aiorecollect==1.0.8
# homeassistant.components.shelly # homeassistant.components.shelly
aioshelly==0.6.4 aioshelly==0.6.4