Skip to content

Commit

Permalink
- added all parameters to the apps.yaml. They must be present to run …
Browse files Browse the repository at this point in the history
…the app.
  • Loading branch information
foxcris committed May 3, 2020
1 parent c1a0589 commit 77a3de2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Just copy the files
* TelegramBot.py
* Helper.py

to your apps folder of appaemon and add the following configuration to your apps.yaml
to your apps folder of appaemon and add the following configuration to your apps.yaml (example data shown for some parameters)
```
TelegramBot:
module: TelegramBot
Expand Down
10 changes: 5 additions & 5 deletions apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ TelegramBot:
debug: True
extend_system: "sensor.fritz_netmonitor_external_ip,sensor.fritz_netmonitor_transmission_rate_down,sensor.fritz_netmonitor_transmission_rate_up"
filter_exclude_system: "network_in"
#filter_exclude_cover: ""
#filter_exclude_vacuum: ""
#filter_exclude_light: ""
#filter_exclude_climate: ""
#filter_exclude_person: ""
filter_exclude_cover: ""
filter_exclude_vacuum: ""
filter_exclude_light: ""
filter_exclude_climate: ""
filter_exclude_person: ""

0 comments on commit 77a3de2

Please sign in to comment.