├── LICENSE ├── README.md ├── hacs.json ├── themes └── bubble.yaml └── www ├── hui-view-settings.js └── popup-background.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Clooos/Bubble/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Clooos/Bubble/HEAD/README.md -------------------------------------------------------------------------------- /hacs.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Bubble" 3 | } -------------------------------------------------------------------------------- /themes/bubble.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Clooos/Bubble/HEAD/themes/bubble.yaml -------------------------------------------------------------------------------- /www/hui-view-settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Clooos/Bubble/HEAD/www/hui-view-settings.js -------------------------------------------------------------------------------- /www/popup-background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Clooos/Bubble/HEAD/www/popup-background.js --------------------------------------------------------------------------------