hart-estate-widget 2.5.24 → 2.5.26

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/README.md CHANGED
@@ -175,6 +175,9 @@ Here you can see list of accessable options and example of using. There are acce
175
175
  spot: 'URL', // icon for camera points in one room
176
176
  door: 'URL' // icon for door
177
177
  },
178
+
179
+ // scales
180
+ scales: ['x05', 'x1'],
178
181
  }
179
182
 
180
183
  ```
@@ -204,4 +207,9 @@ locale: [
204
207
  'de', // German language
205
208
  'ja', // Japanese language
206
209
  ],
210
+ scales: [
211
+ 'x1',
212
+ 'x2',
213
+ 'x05'
214
+ ],
207
215
  ```