Bump fyta_cli to 0.6.3 (#124574)

pull/124576/head^2
dontinelli 2024-08-25 17:23:21 +02:00 committed by GitHub
parent 36bfd7b9ce
commit 1eeb3bdcdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -7,5 +7,5 @@
"integration_type": "hub",
"iot_class": "cloud_polling",
"quality_scale": "platinum",
"requirements": ["fyta_cli==0.6.0"]
"requirements": ["fyta_cli==0.6.3"]
}

View File

@ -145,7 +145,7 @@ async def async_setup_entry(
FytaPlantSensor(coordinator, entry, sensor, plant_id)
for plant_id in coordinator.fyta.plant_list
for sensor in SENSORS
if sensor.key in dir(coordinator.data[plant_id])
if sensor.key in dir(coordinator.data.get(plant_id))
]
async_add_entities(plant_entities)

View File

@ -924,7 +924,7 @@ freesms==0.2.0
fritzconnection[qr]==1.13.2
# homeassistant.components.fyta
fyta_cli==0.6.0
fyta_cli==0.6.3
# homeassistant.components.google_translate
gTTS==2.2.4

View File

@ -777,7 +777,7 @@ freebox-api==1.1.0
fritzconnection[qr]==1.13.2
# homeassistant.components.fyta
fyta_cli==0.6.0
fyta_cli==0.6.3
# homeassistant.components.google_translate
gTTS==2.2.4