J3n50m4t / Home-Assistant-DreamScreen-Service

Home Assistant Service for sending commands to a Wifi enabled DreamScreen
MIT License
31 stars 15 forks source link

Needs a version key for Home Assistant By v2021.6 #43

Closed zanix closed 3 years ago

zanix commented 3 years ago

Home assistant is requiring a version key in the manifest.json file of all custom components by version ​2021.6.

WARNING (MainThread) [homeassistant.loader] No 'version' key in the manifest file for custom integration 'dreamscreen'. As of Home Assistant 2021.6, this integration will no longer be loaded. Please report this to the maintainer of 'dreamscreen'

To keep Home assistant quiet I just added the date of the last git commit

{
    "domain": "dreamscreen",
    "name": "DreamScreen",
    "documentation": "https://github.com/GregoryDosh/Home-Assistant-DreamScreen-Service",
    "dependencies": [],
    "codeowners": ["https://github.com/GregoryDosh"],
    "requirements": ["PyDreamScreen>=0.0.14"],
    "version": "2020.8.5"
  }
J3n50m4t commented 3 years ago

Feel free to Create a pr

zanix commented 3 years ago

Done!