@homebridge-plugins/homebridge-tado 8.1.0-beta.2 → 8.1.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/config.schema.json
CHANGED
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
<i class="fas fa-cogs" aria-hidden="true"></i>
|
|
40
40
|
</button>
|
|
41
41
|
<img src="images/tado_logo.png" alt="Tado meets Homebridge" width="150px" class="center-it tadoLogo">
|
|
42
|
-
<h3 class="text-center"><span style="font-size: 20px">Welcome to</span> <br> <b
|
|
43
|
-
|
|
42
|
+
<h3 class="text-center"><span style="font-size: 20px">Welcome to</span> <br> <b style="font-weight: 800;">Homebridge
|
|
43
|
+
Tado</b></h3>
|
|
44
44
|
<h6 class="text-center">Homebridge plugin for Tado devices</h6>
|
|
45
45
|
<div class="container mt-4" style="max-width: 360px;">
|
|
46
46
|
<div class="form-row">
|
|
@@ -110,10 +110,10 @@
|
|
|
110
110
|
<script type="text/javascript" src="js/modules/compareVersions.min.js"></script>
|
|
111
111
|
|
|
112
112
|
<!-- Custom Schema -->
|
|
113
|
-
<script type="text/javascript" src="js/schema.js?v=0.0.
|
|
113
|
+
<script type="text/javascript" src="js/schema.js?v=0.0.167"></script>
|
|
114
114
|
|
|
115
115
|
<!-- Progress Bars -->
|
|
116
|
-
<script type="text/javascript" src="js/progressbars.js?v=0.0.
|
|
116
|
+
<script type="text/javascript" src="js/progressbars.js?v=0.0.167"></script>
|
|
117
117
|
|
|
118
118
|
<!-- Main -->
|
|
119
|
-
<script type="text/javascript" src="js/main.js?v=0.0.
|
|
119
|
+
<script type="text/javascript" src="js/main.js?v=0.0.167"></script>
|