nonsleepr / ha-eufy-security

Custom integration of Home Assistant with EufySecurity
168 stars 44 forks source link

Repository structure for v0.3.0 is not compliant #53

Open colonelmattyman opened 3 years ago

colonelmattyman commented 3 years ago

Please update the Repo structure so that it is compliant with HomeAssistant.

Repository configuration Each repository is required to contain repository.(json/yaml/yml) at the root in the git repository.

{
  "name": "Name of repository",
  "url": "http://www.example/addons",
  "maintainer": "HomeAssistant Team <info@home-assistant.io>"
}

or

name: Name of repository
url: http://www.example/addons
maintainer: HomeAssistant Team <info@home-assistant.io>

https://developers.home-assistant.io/docs/add-ons/repository/