Hello!
I would like to present a live preview of site Meteo in my lovelace frontend. Iframe doesn’t work, i mean i have two scrolls here, i would like to simply scale it down which is not possible. So i heard i can use generic camera
This is my configuration.yaml
camera:
- platform: generic
name: Weather2
still_image_url: https://www.meteo.pl/um/php/meteorogram_id_um.php?ntype=0u&id=606
content_type: 'image/png'
This is my lovelace config:
- camera_image: camera.weather2
entity: camera.weather2
name: Meteogram for xxxx
tap_action:
action: more-info
type: picture-entity
And it is not working.
camera.weather2 has state “idle” and attributes:
access_token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx friendly_name: Weather2 entity_picture: /api/camera_proxy/camera.weather2?token=xxxxxxxxxxxxxxxxxxxxxxxxxx supported_features: 0
What can i do to make it work? Any clues? I could use img link but it changes everyday so it cannot be that way.
I will be greatfull for any help. Thanks You in advance.