homebridge-melcloud-control 3.9.0-beta.13 → 3.9.0-beta.14

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.
@@ -1813,7 +1813,7 @@
1813
1813
  {
1814
1814
  "key": "accounts",
1815
1815
  "type": "tabarray",
1816
- "title": "{{ value.name || 'account' }}",
1816
+ "title": "{{ value.name }}",
1817
1817
  "items": [
1818
1818
  "accounts[].name",
1819
1819
  "accounts[].user",
@@ -111,7 +111,7 @@
111
111
  </div>
112
112
  <div class="mb-3">
113
113
  <button type="button" class="btn btn-secondary" id="logIn-${i}">Connect</button>
114
- <button type="button" class="btn btn-danger ms-2" id="remove-${i}">❌ Remove Account</button>
114
+ <button type="button" class="btn btn-danger ms-2" id="remove-${i}">Remove Account</button>
115
115
  <button type="button" class="btn btn-primary ms-2" id="config-${i}" disabled>⚙️ Config</button>
116
116
  </div>
117
117
  </form>`;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "3.9.0-beta.13",
4
+ "version": "3.9.0-beta.14",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",