-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
63 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Check addon with linters | ||
name: Addon CI | ||
|
||
# yamllint disable-line rule:truthy | ||
on: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# ICantBelieveItsNotValetudo Addon | ||
|
||
This is the adaption of [ICantBelieveItsNotValetudo](https://github.com/Hypfer/ICantBelieveItsNotValetudo) as a Supervisor addon. | ||
|
||
[![Release][release-badge]][release] | ||
![Addon Stage][stage-badge] | ||
|
||
[![Donate][donation-badge]][donation-url] | ||
|
||
## Config | ||
|
||
The configuration keys are identical to the [configuration of ICantBelieveItsNotValetudo](https://github.com/Hypfer/ICantBelieveItsNotValetudo/blob/main/README.md). | ||
Please get the meaning for them from there. | ||
It's normal that the structure of the addon differs from the official config file, this is nessesary because of the Supervisor Addon config structure. | ||
|
||
If you use the Mosquitto Addon in Home Assistant `core-mosquitto` can be used as broker address like this: `mqtt://<user>:<password>@core-mosquitto`. Keep in mind to set proper `mapDataTopic` value. As of Valetudo 2021.04.0, it's `${topicPrefix}/${identifier}/MapData/map-data`, which with default values is equal to `valetudo/rockrobo/MapData/map-data`. | ||
|
||
## PNG image | ||
|
||
The generated image will be served over the Supervisor Ingress feature. So the floor plan can be accessed via the build-in side panel and the auto-configured mqtt camera. | ||
|
||
{% if channel == "edge" %} | ||
## ⚠ WARNING! THIS IS AN EDGE VERSION! | ||
|
||
This Home Assistant Add-on is and bloody edge build. | ||
Edge builds add-ons are based upon the latest development version. | ||
|
||
- They may not work at all. | ||
- They might stop working at any time. | ||
- They could have a negative impact on your system. | ||
|
||
If you are more interested in stable releases of our add-ons: | ||
|
||
For the stable version of the add-ons: [Stable-Repository] | ||
{% endif %} | ||
|
||
[stage-badge]: https://img.shields.io/badge/Addon%20stage-stable-green.svg | ||
|
||
[release-badge]: https://img.shields.io/badge/version-{{ version }}-blue.svg | ||
[release]: {{ repo }}/tree/{{ version }} | ||
|
||
[donation-badge]: https://img.shields.io/badge/Buy%20me%20a%20coffee-%23d32f2f?logo=buy-me-a-coffee&style=for-the-badge&logoColor=white | ||
[donation-url]: https://www.buymeacoffee.com/Poeschl | ||
|
||
[Stable-Repository]: https://github.com/Poeschl-HomeAssistant-Addons/repository |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.