Skip to content

Commit 0884828

Browse files
committed
🚚 Move addon contents to own folder
1 parent ca202dd commit 0884828

File tree

20 files changed

+64
-22
lines changed

20 files changed

+64
-22
lines changed

.github/workflows/addon-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check addon with linters
1+
name: Addon CI
22

33
# yamllint disable-line rule:truthy
44
on:

.github/workflows/addon-deploy.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
release:
66
types:
77
- published
8+
workflow_run:
9+
workflows: ["Addon CI"]
10+
branches: [main]
11+
types:
12+
- completed
813

914
jobs:
1015
workflows:

README.md

+11-20
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,19 @@ This is the adaption of [ICantBelieveItsNotValetudo](https://github.com/Hypfer/I
1313
[![Install on my Home Assistant][install-badge]][install-url]
1414
[![Donate][donation-badge]][donation-url]
1515

16-
## Config
17-
18-
The configuration keys are identical to the [configuration of ICantBelieveItsNotValetudo](https://github.com/Hypfer/ICantBelieveItsNotValetudo/blob/main/README.md).
19-
Please get the meaning for them from there.
20-
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.
21-
22-
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`.
23-
24-
## PNG image
16+
[stage-badge]: https://img.shields.io/badge/Addon%20stage-stable-green.svg
17+
[aarch64-badge]: https://img.shields.io/badge/aarch64-yes-green.svg
18+
[amd64-badge]: https://img.shields.io/badge/amd64-yes-green.svg
19+
[armhf-badge]: https://img.shields.io/badge/armhf-no-red.svg
20+
[armv7-badge]: https://img.shields.io/badge/armv7-yes-green.svg
21+
[i386-badge]: https://img.shields.io/badge/i386-yes-green.svg
22+
23+
[repository-badge]: https://img.shields.io/badge/Add-repository-41BDF5?logo=home-assistant&style=for-the-badge
24+
[repository-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2FPoeschl%2FHassio-Addons
2525

26-
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.
26+
[install-badge]: https://img.shields.io/badge/Install%20on-Home%20Assistant-41BDF5?logo=home-assistant&style=for-the-badge
27+
[install-url]: https://my.home-assistant.io/redirect/supervisor_addon?addon=243ffc37_icantbelieveitsnotvaletudo
2728

28-
[aarch64-badge]: https://img.shields.io/badge/aarch64-yes-green.svg?style=for-the-badge
29-
[amd64-badge]: https://img.shields.io/badge/amd64-yes-green.svg?style=for-the-badge
30-
[armhf-badge]: https://img.shields.io/badge/armhf-no-red.svg?style=for-the-badge
31-
[armv7-badge]: https://img.shields.io/badge/armv7-yes-green.svg?style=for-the-badge
32-
[i386-badge]: https://img.shields.io/badge/i386-yes-green.svg?style=for-the-badge
33-
[stage-badge]: https://img.shields.io/badge/Addon%20stage-stable-green.svg?style=for-the-badge
34-
[install-badge]: https://img.shields.io/badge/Install%20on%20my-Home%20Assistant-41BDF5?logo=home-assistant&style=for-the-badge
3529
[donation-badge]: https://img.shields.io/badge/Buy%20me%20a%20coffee-%23d32f2f?logo=buy-me-a-coffee&style=for-the-badge&logoColor=white
3630
[donation-url]: https://www.buymeacoffee.com/Poeschl
37-
[repository-badge]: https://img.shields.io/badge/Add%20repository%20to%20my-Home%20Assistant-41BDF5?logo=home-assistant&style=for-the-badge
3831

39-
[install-url]: https://my.home-assistant.io/redirect/supervisor_addon?addon=243ffc37_icantbelieveitsnotvaletudo
40-
[repository-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2FPoeschl%2FHassio-Addons

icantbelieveitsnotvaletudo/.README.j2

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# ICantBelieveItsNotValetudo Addon
2+
3+
This is the adaption of [ICantBelieveItsNotValetudo](https://github.com/Hypfer/ICantBelieveItsNotValetudo) as a Supervisor addon.
4+
5+
[![Release][release-badge]][release]
6+
![Addon Stage][stage-badge]
7+
8+
[![Donate][donation-badge]][donation-url]
9+
10+
## Config
11+
12+
The configuration keys are identical to the [configuration of ICantBelieveItsNotValetudo](https://github.com/Hypfer/ICantBelieveItsNotValetudo/blob/main/README.md).
13+
Please get the meaning for them from there.
14+
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.
15+
16+
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`.
17+
18+
## PNG image
19+
20+
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.
21+
22+
{% if channel == "edge" %}
23+
## ⚠ WARNING! THIS IS AN EDGE VERSION!
24+
25+
This Home Assistant Add-on is and bloody edge build.
26+
Edge builds add-ons are based upon the latest development version.
27+
28+
- They may not work at all.
29+
- They might stop working at any time.
30+
- They could have a negative impact on your system.
31+
32+
If you are more interested in stable releases of our add-ons:
33+
34+
For the stable version of the add-ons: [Stable-Repository]
35+
{% endif %}
36+
37+
[stage-badge]: https://img.shields.io/badge/Addon%20stage-stable-green.svg
38+
39+
[release-badge]: https://img.shields.io/badge/version-{{ version }}-blue.svg
40+
[release]: {{ repo }}/tree/{{ version }}
41+
42+
[donation-badge]: https://img.shields.io/badge/Buy%20me%20a%20coffee-%23d32f2f?logo=buy-me-a-coffee&style=for-the-badge&logoColor=white
43+
[donation-url]: https://www.buymeacoffee.com/Poeschl
44+
45+
[Stable-Repository]: https://github.com/Poeschl-HomeAssistant-Addons/repository
46+
File renamed without changes.
File renamed without changes.

config.yaml icantbelieveitsnotvaletudo/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ICantBelieveItsNotValetudo
2-
version: 4.0.0
2+
version: dev
33
slug: icantbelieveitsnotvaletudo
44
description: This is a simple companion service for valetudo which generates the map pngs.
55
url: https://github.com/Poeschl/Hassio-Addons/tree/main/ICantBelieveItsNotValetudo
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)