mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
Try to fix permission error (#120)
* Try to fix permission error * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.1.1 // 01.12.2022
|
||||||
|
|
||||||
|
- Fix permission error - part 2
|
||||||
|
|
||||||
## 1.1.0 // 29.11.2022
|
## 1.1.0 // 29.11.2022
|
||||||
|
|
||||||
- Fix permission error
|
- Fix permission error
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"armhf": "ghcr.io/home-assistant/armhf-base-raspbian:buster",
|
"armhf": "ghcr.io/home-assistant/armhf-base-debian:buster",
|
||||||
"aarch64": "ghcr.io/home-assistant/aarch64-base-debian:buster",
|
"aarch64": "ghcr.io/home-assistant/aarch64-base-debian:buster",
|
||||||
"amd64": "ghcr.io/home-assistant/amd64-base-debian:buster"
|
"amd64": "ghcr.io/home-assistant/amd64-base-debian:buster"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
version: 1.1.0
|
version: 1.1.1
|
||||||
slug: angryipscanner
|
slug: angryipscanner
|
||||||
name: Angry IP Scanner
|
name: Angry IP Scanner
|
||||||
image: ghcr.io/maxwinterstein/homeassistant-addon-angry-ip-scanner-{arch}
|
image: ghcr.io/maxwinterstein/homeassistant-addon-angry-ip-scanner-{arch}
|
||||||
|
|||||||
Reference in New Issue
Block a user