Correct image tag to Flickrimage

https://github.com/alexbelgium/hassio-addons/issues/1516#issuecomment-2286398785
This commit is contained in:
Alexandre
2024-08-13 17:14:31 +02:00
committed by GitHub
parent e8e2396486
commit 90a55f49e6

View File

@@ -146,7 +146,7 @@ for row in file_row_generator(syslog):
image_url = ""
else:
image_url = flickr_images[comName]
bird['Image'] = image_url
bird['Flickrimage'] = image_url
# convert to json string we can sent to mqtt
json_bird = json.dumps(bird)