mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-18 06:13:10 +01:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
committed by
Max Winterstein
parent
2ee5d49203
commit
771665c5b7
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## 2.0.0 -- 18.12.2022
|
## 2.0.0 -- 18.12.2022
|
||||||
|
|
||||||
* Changed `init` to `false` to make it at least starting.
|
- Changed `init` to `false` to make it at least starting.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,10 @@
|
|||||||
<a href='https://ko-fi.com/MaxWinterstein' target='_blank'><img height='35' style='border:0px;height:46px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com'></a>
|
<a href='https://ko-fi.com/MaxWinterstein' target='_blank'><img height='35' style='border:0px;height:46px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com'></a>
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
This Add-On is based on the work of https://github.com/Luk164/addon-repository - and just slighty adjusted to make it work. Thanks <3
|
This Add-On is based on the work of https://github.com/Luk164/addon-repository - and just slighty adjusted to make it work. Thanks <3
|
||||||
|
|
||||||
## Known Issues 🚨
|
## Known Issues 🚨
|
||||||
* mDNS is not working, therefore e.g. printeres are not announced via Avahi / Bonjour - see [#128](https://github.com/MaxWinterstein/homeassistant-addons/issues/128)
|
|
||||||
* Ingress is not working, so I disabled it for now. Please access the Webinterface via port 631, e.g. https://192.168.1.2:631 - see [#129](https://github.com/MaxWinterstein/homeassistant-addons/issues/129)
|
- mDNS is not working, therefore e.g. printeres are not announced via Avahi / Bonjour - see [#128](https://github.com/MaxWinterstein/homeassistant-addons/issues/128)
|
||||||
|
- Ingress is not working, so I disabled it for now. Please access the Webinterface via port 631, e.g. https://192.168.1.2:631 - see [#129](https://github.com/MaxWinterstein/homeassistant-addons/issues/129)
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ arch:
|
|||||||
- amd64
|
- amd64
|
||||||
startup: application
|
startup: application
|
||||||
boot: auto
|
boot: auto
|
||||||
usb: 'true'
|
usb: "true"
|
||||||
init: 'false'
|
init: "false"
|
||||||
homeassistant_api: true
|
homeassistant_api: true
|
||||||
# host_network: false
|
# host_network: false
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user