mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-04 08:04:57 +02: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 = ""
|
image_url = ""
|
||||||
else:
|
else:
|
||||||
image_url = flickr_images[comName]
|
image_url = flickr_images[comName]
|
||||||
bird['Image'] = image_url
|
bird['Flickrimage'] = image_url
|
||||||
|
|
||||||
# convert to json string we can sent to mqtt
|
# convert to json string we can sent to mqtt
|
||||||
json_bird = json.dumps(bird)
|
json_bird = json.dumps(bird)
|
||||||
|
|||||||
Reference in New Issue
Block a user