Bump fyta_cli to 0.6.3 (#124574)
parent
36bfd7b9ce
commit
1eeb3bdcdf
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue