Files
tellstick-addon/tellstick/build.json
Pascal Vizeli d110f980cf Fix config style for new Supervisor/Hardware (#1825)
* New Supervisor Hardware

* Update more changelogs

* fix version

* Fix boot

* fix application
2021-02-08 11:12:39 +01:00

13 lines
339 B
JSON

{
"build_from": {
"aarch64": "homeassistant/aarch64-base:3.13",
"amd64": "homeassistant/amd64-base:3.13",
"armhf": "homeassistant/armhf-base:3.13",
"armv7": "homeassistant/armv7-base:3.13",
"i386": "homeassistant/i386-base:3.13"
},
"args": {
"TELLDUS_COMMIT": "2598bbed16ffd701f2a07c99582f057a3decbaf3"
}
}