Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aneisch committed Jul 29, 2023
1 parent d29e2de commit 476dbae
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Also using Grafana/Influx for graphing, both running in Docker containers on NUC
Description | value
-- | --
Lines of ESPHome YAML | 2420
Lines of Home Assistant YAML | 7712
Lines of Home Assistant YAML | 7714
[Integrations](https://www.home-assistant.io/integrations/) in use | 48
Zigbee devices in [`zha`](https://www.home-assistant.io/integrations/zha/) | 26
Z-Wave devices in [`zwave_js`](https://www.home-assistant.io/integrations/zwave_js/) | 37
Expand Down
1 change: 1 addition & 0 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ monitor_docker:
vrs: "Virtual Radar Server"
github-runner-1: "Github Runner 1"
github-runner-2: "Github Runner 2"
codeproject: "CodeProject.AI"

frontend:
themes: !include_dir_merge_named themes
Expand Down
14 changes: 14 additions & 0 deletions extras/appdaemon/apps/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -462,3 +462,17 @@ VRS Docker:
time_on: "08:00:00"
time_off: "21:00:00"
entities: switch.docker_vrs

Code Project Docker:
module: entity_timer
class: Timer
time_on: "08:00:00"
time_off: "00:00:00"
entities: switch.docker_codeproject

BVST Docker:
module: entity_timer
class: Timer
time_on: "08:00:00"
time_off: "00:00:00"
entities: switch.docker_bvst
1 change: 1 addition & 0 deletions ui-lovelace/05-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ cards:
- switch.docker_github_runner_1
- switch.docker_github_runner_2
- switch.docker_vrs
- switch.docker_codeproject
# - switch.docker_adguard
# - switch.docker_appdaemon
# - switch.docker_influxdb
Expand Down

0 comments on commit 476dbae

Please sign in to comment.