dcramer / ad-meteogram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meteogram Service for AppDaemon

This automatically updates a Meteograms image once a day.

meteogram:
  module: meteogram
  class: MeteogramService
  dependencies: sentry
  token: !secret meteogram_token
  placeName: Home

You can then render it with a simple picture card:

type: picture
image: /local/meteograms/meteogram.png

Even better, create a camera entity in configuration.yaml:

camera:
  - platform: generic
    name: Meteogram
    still_image_url: https://127.0.0.1:8123/local/meteograms/meteogram.png
    verify_ssl: false

About

License:MIT License


Languages

Language:Python 100.0%