├── README.md ├── apk ├── stub ├── tvoverlay1.0.0.apk └── tvoverlayremote1.0.4_beta.apk ├── home_assistant ├── background_samples.yaml ├── configuration_sample.yaml ├── fixed_notification_samples.yaml ├── notification_samples.yaml └── rest_sample.yaml ├── images ├── Screenshot_20230920_142821.png ├── background.gif ├── battery.jpg ├── clock.jpg ├── control.gif ├── customization1.jpg ├── customization2.jpg ├── customization3.jpg ├── fixed.jpg ├── lights.jpg ├── motion.jpg ├── not1.gif ├── not2.gif ├── not3.gif ├── person.jpg ├── playstore.png ├── playstore_remote.png ├── readme_main.png ├── test ├── tvOverlayIcon_banner.jpg ├── twitch.jpg ├── weather.jpg └── youtube_gif.gif ├── json ├── config.json ├── fixed_notification.json ├── mqtt.json ├── notification.json ├── overlay.json └── settings.json └── postman └── postman_collection.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/README.md -------------------------------------------------------------------------------- /apk/stub: -------------------------------------------------------------------------------- 1 | stub 2 | -------------------------------------------------------------------------------- /apk/tvoverlay1.0.0.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/apk/tvoverlay1.0.0.apk -------------------------------------------------------------------------------- /apk/tvoverlayremote1.0.4_beta.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/apk/tvoverlayremote1.0.4_beta.apk -------------------------------------------------------------------------------- /home_assistant/background_samples.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/home_assistant/background_samples.yaml -------------------------------------------------------------------------------- /home_assistant/configuration_sample.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/home_assistant/configuration_sample.yaml -------------------------------------------------------------------------------- /home_assistant/fixed_notification_samples.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/home_assistant/fixed_notification_samples.yaml -------------------------------------------------------------------------------- /home_assistant/notification_samples.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/home_assistant/notification_samples.yaml -------------------------------------------------------------------------------- /home_assistant/rest_sample.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/home_assistant/rest_sample.yaml -------------------------------------------------------------------------------- /images/Screenshot_20230920_142821.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/Screenshot_20230920_142821.png -------------------------------------------------------------------------------- /images/background.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/background.gif -------------------------------------------------------------------------------- /images/battery.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/battery.jpg -------------------------------------------------------------------------------- /images/clock.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/clock.jpg -------------------------------------------------------------------------------- /images/control.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/control.gif -------------------------------------------------------------------------------- /images/customization1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/customization1.jpg -------------------------------------------------------------------------------- /images/customization2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/customization2.jpg -------------------------------------------------------------------------------- /images/customization3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/customization3.jpg -------------------------------------------------------------------------------- /images/fixed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/fixed.jpg -------------------------------------------------------------------------------- /images/lights.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/lights.jpg -------------------------------------------------------------------------------- /images/motion.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/motion.jpg -------------------------------------------------------------------------------- /images/not1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/not1.gif -------------------------------------------------------------------------------- /images/not2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/not2.gif -------------------------------------------------------------------------------- /images/not3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/not3.gif -------------------------------------------------------------------------------- /images/person.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/person.jpg -------------------------------------------------------------------------------- /images/playstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/playstore.png -------------------------------------------------------------------------------- /images/playstore_remote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/playstore_remote.png -------------------------------------------------------------------------------- /images/readme_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/readme_main.png -------------------------------------------------------------------------------- /images/test: -------------------------------------------------------------------------------- 1 | //TODO delete 2 | -------------------------------------------------------------------------------- /images/tvOverlayIcon_banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/tvOverlayIcon_banner.jpg -------------------------------------------------------------------------------- /images/twitch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/twitch.jpg -------------------------------------------------------------------------------- /images/weather.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/weather.jpg -------------------------------------------------------------------------------- /images/youtube_gif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/images/youtube_gif.gif -------------------------------------------------------------------------------- /json/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/json/config.json -------------------------------------------------------------------------------- /json/fixed_notification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/json/fixed_notification.json -------------------------------------------------------------------------------- /json/mqtt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/json/mqtt.json -------------------------------------------------------------------------------- /json/notification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/json/notification.json -------------------------------------------------------------------------------- /json/overlay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/json/overlay.json -------------------------------------------------------------------------------- /json/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/json/settings.json -------------------------------------------------------------------------------- /postman/postman_collection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gugutab/TvOverlay/HEAD/postman/postman_collection.txt --------------------------------------------------------------------------------