Skip to content

Commit

Permalink
Merge branch 'throw-buildscript-at-wall'
Browse files Browse the repository at this point in the history
  • Loading branch information
daft-panda committed Oct 1, 2023
2 parents 574cc62 + 3dcca18 commit 8495215
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 149 deletions.
2 changes: 1 addition & 1 deletion ebusd-thermostat/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mod homeassistant;
use crate::ebusd::Ebusd;
use crate::homeassistant::Api;
use anyhow::{anyhow, bail};
use log::{debug, error, info, trace, LevelFilter};
use log::{debug, error, info, LevelFilter};
use rumqttc::{AsyncClient, Event, EventLoop, Incoming, MqttOptions, QoS};
use serde::{Deserialize, Serialize};
use serde_json::Value;
Expand Down
15 changes: 0 additions & 15 deletions example/CHANGELOG.md

This file was deleted.

10 changes: 0 additions & 10 deletions example/DOCS.md

This file was deleted.

25 changes: 0 additions & 25 deletions example/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions example/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions example/build.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions example/config.yaml

This file was deleted.

Binary file removed example/icon.png
Binary file not shown.
Binary file removed example/logo.png
Binary file not shown.
15 changes: 0 additions & 15 deletions example/rootfs/etc/services.d/example/finish

This file was deleted.

19 changes: 0 additions & 19 deletions example/rootfs/etc/services.d/example/run

This file was deleted.

3 changes: 0 additions & 3 deletions example/rootfs/usr/bin/my_program

This file was deleted.

5 changes: 0 additions & 5 deletions example/run.sh

This file was deleted.

4 changes: 0 additions & 4 deletions example/translations/en.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions repository.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://developers.home-assistant.io/docs/add-ons/repository#repository-configuration
name: Example Home Assistant add-on repository
url: 'https://github.com/home-assistant/addons-example'
maintainer: Awesome Maintainer <awesome@example.com>
name: Wannes' HA addons repo
url: 'https://github.com/wannes-ds/hass-addons'
maintainer: Wannes <wannes321@gmail.com>

0 comments on commit 8495215

Please sign in to comment.