diff --git a/README.md b/README.md index d174042b..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 +`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: 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 +