Skip to content

Commit

Permalink
feat(appdaemon): Add appdaemon.yaml and fix shoppng_list logs
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierBerger committed Sep 19, 2023
1 parent 0de6ac2 commit 065e809
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions appdaemon/appdaemon.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
secrets: /config/secrets.yaml
appdaemon:
latitude: !secret latitude
longitude: !secret longitude
elevation: !secret elevation
time_zone: !secret time_zone
plugins:
HASS:
type: hass
http:
url: http://127.0.0.1:5050
admin:
api:
hadashboard:
logs:
main_log:
filename: /config/appdaemon/logs/appdaemon.log
error_log:
filename: /config/appdaemon/logs/error.log
automower_log:
name: automower
filename: /config/appdaemon/logs/automower.log
garage_door_log:
name: garage_door
filename: /config/appdaemon/logs/garage_door.log
notifier_log:
name: notifier
filename: /config/appdaemon/logs/notifier.log
shopping_list_log:
name: shopping_list
filename: /config/appdaemon/logs/shopping_list.log
2 changes: 1 addition & 1 deletion appdaemon/apps/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ automower:
shopping_list:
module: shopping_list
class: ShoppingList
log: shopping_list.log
log: shopping_list_log
shops: input_select.shops
tempo: 0.1
notification_url: "/shopping-list-extended/"
Expand Down

0 comments on commit 065e809

Please sign in to comment.