├── README.md ├── apps └── check-config │ └── checkconfig.py ├── confignotify.py ├── info.md ├── lovelace-example.png ├── picture-elements-example.jpeg ├── result-error.png └── telegram.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop880/config-check/HEAD/README.md -------------------------------------------------------------------------------- /apps/check-config/checkconfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop880/config-check/HEAD/apps/check-config/checkconfig.py -------------------------------------------------------------------------------- /confignotify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop880/config-check/HEAD/confignotify.py -------------------------------------------------------------------------------- /info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop880/config-check/HEAD/info.md -------------------------------------------------------------------------------- /lovelace-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop880/config-check/HEAD/lovelace-example.png -------------------------------------------------------------------------------- /picture-elements-example.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop880/config-check/HEAD/picture-elements-example.jpeg -------------------------------------------------------------------------------- /result-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop880/config-check/HEAD/result-error.png -------------------------------------------------------------------------------- /telegram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apop880/config-check/HEAD/telegram.png --------------------------------------------------------------------------------