From be2a686c15d7fec21fe0f95cec09b490e04076b8 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Sun, 3 Apr 2022 12:12:23 +0200 Subject: [PATCH 1/3] Create README.md --- appdaemon/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 appdaemon/README.md diff --git a/appdaemon/README.md b/appdaemon/README.md new file mode 100644 index 00000000..230a0804 --- /dev/null +++ b/appdaemon/README.md @@ -0,0 +1,12 @@ +# Example configurations + +This folder contains some example configs + +## appdaemon.yaml + +Example config for appademon itself + +## apps.yaml + +"Simple" Example Config with all possible entity types + From 3dfc875741399784e15b9c5aaab9fa76daf2ed7f Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Sun, 3 Apr 2022 12:41:14 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d174042b..02abd0a7 100644 --- a/README.md +++ b/README.md @@ -371,7 +371,7 @@ key | optional | type | default | description `weatherOverrideForecast4` | True | complex | `None` | sensor entity from home assistant here to override the forth weather forecast item on the screensaver `doubleTapToUnlock` | True | boolean | `False` | requires to tap screensaver two times `alternativeLayout` | True | boolean | `False` | alternative layout with humidity -`defaultCard` | True | string | `None` | default page after exiting screensaver; only works with top level cards defined in cards +`defaultCard` | True | string | `None` | default page after exiting screensaver; only works with top level cards defined in cards; needs to be a navigation item, see subpages `key` | True | string | `None` | Used by navigate items Example for the weatherOverride config options: From 7676333d2d036919a2f394aabd30cc9463102b7f Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Sun, 3 Apr 2022 12:55:25 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02abd0a7..12c81fd1 100644 --- a/README.md +++ b/README.md @@ -371,7 +371,7 @@ key | optional | type | default | description `weatherOverrideForecast4` | True | complex | `None` | sensor entity from home assistant here to override the forth weather forecast item on the screensaver `doubleTapToUnlock` | True | boolean | `False` | requires to tap screensaver two times `alternativeLayout` | True | boolean | `False` | alternative layout with humidity -`defaultCard` | True | string | `None` | default page after exiting screensaver; only works with top level cards defined in cards; needs to be a navigation item, see subpages +`defaultCard` | True | string | `None` | default page after exiting screensaver; only works with top level cards defined in cards; needs to be a navigation item, see subpages (navigate.type_key) `key` | True | string | `None` | Used by navigate items Example for the weatherOverride config options: