mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Correct image tag to Flickrimage
https://github.com/alexbelgium/hassio-addons/issues/1516#issuecomment-2286398785
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user