🎉 Release of add-on Homebridge v2.3.0

This commit is contained in:
Franck Nijhof 2018-01-19 22:34:50 +01:00
parent a32e64fbcf
commit d59520cddc
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -1,6 +1,6 @@
{
"name": "Homebridge",
"version": "2.2.0",
"version": "2.3.0",
"slug": "homebridge",
"description": "HomeKit support for your Home Assistant instance using Homebridge",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-homebridge/33803?u=frenck",
@ -35,7 +35,8 @@
"plugins": ["str"]
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
"LOG_FORMAT": "{LEVEL}: {MESSAGE}",
"SUPERVISOR_VERSION": ">=0.82.0"
},
"image": "hassioaddons/homebridge-{arch}"
}