iobroker.iot 5.0.1 → 5.0.5

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
@@ -19,6 +19,8 @@ It is not for remote access to your ioBroker instance. Use ioBroker.cloud adapte
19
19
 
20
20
  To use the iot adapter, you should first register on the ioBroker cloud [https://iobroker.pro](https://iobroker.pro).
21
21
 
22
+ Note: Humidity sensor cannot be shown alone without temperature sensor, because Alexa and Google Home do not support such devices.
23
+
22
24
  [Reference to google API type settings](https://developers.google.com/actions/smarthome/guides/)
23
25
 
24
26
  ![Intro](img/intro.png)
@@ -350,7 +352,10 @@ setState('iot.0.app.message', JSON.stringify({
350
352
  ### **WORK IN PROGRESS**
351
353
  -->
352
354
  ## Changelog
353
- ### 5.0.1 (2025-10-30)
355
+ ### 5.0.5 (2025-10-31)
356
+ - (@GermanBluefox) Changed behavior of HUE lamps
357
+
358
+ ### 5.0.2 (2025-10-30)
354
359
  - (@GermanBluefox) Added mireds<->kelvin conversion for color temperature
355
360
  - (@GermanBluefox) It is possible to edit a type
356
361
  - (@GermanBluefox) Correcting creation of complex groups
@@ -368,9 +373,6 @@ setState('iot.0.app.message', JSON.stringify({
368
373
  ### 4.2.5 (2025-10-25)
369
374
  - (@GermanBluefox) Modified the creation of EndpointID for devices with Umlauts.
370
375
 
371
- ### 4.2.3 (2025-10-23)
372
- - (@GermanBluefox) Better auto-detection
373
-
374
376
  ## License
375
377
 
376
378
  The MIT License (MIT)