File tree Expand file tree Collapse file tree
custom_components/beatify Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 "documentation" : " https://github.com/mholzi/beatify" ,
1313 "iot_class" : " local_push" ,
1414 "issue_tracker" : " https://github.com/mholzi/beatify/issues" ,
15- "version" : " 3.0.3 "
15+ "version" : " 3.0.4 "
1616}
Original file line number Diff line number Diff line change 2222# We avoid reading manifest.json at runtime because HA imports custom components
2323# inside the event loop, and any file I/O (even at module level) triggers
2424# blocking call warnings in HA 2026.2+.
25- _VERSION = "3.0.3 "
25+ _VERSION = "3.0.4 "
2626
2727
2828def _get_version () -> str :
Original file line number Diff line number Diff line change 1717 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
1818 < link href ="https://fonts.googleapis.com/css2?family=Outfit:wght@700;900&display=swap " rel ="stylesheet ">
1919 <!-- Story 18.4: Use minified CSS in production -->
20- < link rel ="stylesheet " href ="/beatify/static/css/styles.min.css?v=3.0.3 ">
20+ < link rel ="stylesheet " href ="/beatify/static/css/styles.min.css?v=3.0.4 ">
2121</ head >
2222< body class ="theme-dark ">
2323 < header class ="admin-header ">
@@ -779,8 +779,8 @@ <h2 id="request-success-title" data-i18n="admin.requestSubmitted">Request Submit
779779 < script src ="/beatify/static/js/utils.js?v=1.7.0 "> </ script >
780780 <!-- Story 44.1: Playlist requests module -->
781781 < script src ="/beatify/static/js/playlist-requests.min.js?v=2.2.1 "> </ script >
782- < script src ="/beatify/static/js/admin.min.js?v=3.0.3 "> </ script >
783- < script src ="/beatify/static/js/party-lights.min.js?v=3.0.3 "> </ script >
784- < script src ="/beatify/static/js/tts-settings.js?v=3.0.3 "> </ script >
782+ < script src ="/beatify/static/js/admin.min.js?v=3.0.4 "> </ script >
783+ < script src ="/beatify/static/js/party-lights.min.js?v=3.0.4 "> </ script >
784+ < script src ="/beatify/static/js/tts-settings.js?v=3.0.4 "> </ script >
785785</ body >
786786</ html >
Original file line number Diff line number Diff line change 66 */
77'use strict' ;
88
9- var CACHE_VERSION = 'beatify-v3.0.3 ' ;
9+ var CACHE_VERSION = 'beatify-v3.0.4 ' ;
1010var MAX_CACHE_ITEMS = 50 ;
1111
1212// Critical assets to precache on install (minified versions only - fallback handled by HTML)
You can’t perform that action at this time.
0 commit comments