You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/climate/midea.rst
+2
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ The ``midea`` component creates a Midea air conditioner climate device.
22
22
23
23
Control is possible with a custom dongle. Example of hardware implementation is `IoT Uni Dongle <https://github.com/dudanov/iot-uni-dongle>`_ or `Midea SLWF-01pro <https://smartlight.me/smart-home-devices/wifi-devices/wifi-dongle-air-conditioners-midea-idea-electrolux-for-home-assistant>`_ (`CloudFree <https://cloudfree.shop/product/ductless-hvac-wi-fi-module/>`_, `Tindie <https://www.tindie.com/products/smartlightme/wifi-dongle-for-air-conditioners-midea-electrolux>`_).
24
24
25
+
The Midea air conditioner requires the UART to be configured with ``baud_rate: 9600``. The hardware requires **5V logic levels** and does not appear to work with 3.3V logic levels. Use a logic level shifter if building your own dongle.
Copy file name to clipboardExpand all lines: components/event/index.rst
+1
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ One of ``id`` or ``name`` is required.
74
74
75
75
See https://www.home-assistant.io/integrations/event/#device-class
76
76
for a list of available options.
77
+
- If Webserver enabled and version 3 is selected, All other options from Webserver Component.. See :ref:`Webserver Version 3 <config-webserver-version-3-options>`.
Copy file name to clipboardExpand all lines: components/light/color_temperature.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@ and the other channel controls the brightness.
23
23
Configuration variables:
24
24
------------------------
25
25
26
-
- **color_temperature** (**Required**, :ref:`config-id`): The id of the float :ref:`output` to use for the color temperature.
27
-
- **brightness** (**Required**, :ref:`config-id`): The id of the float :ref:`output` to use for the brightness.
26
+
- **color_temperature** (**Required**, :ref:`config-id`): The id of the float :ref:`output` to use for the color temperature. It returns a float from 0 to 1 in the mired scale. Hereby 0 corresponds to the cold white temperature and 1 to the warm white temperature.
27
+
- **brightness** (**Required**, :ref:`config-id`): The id of the float :ref:`output` to use for the brightness. It returns a float from 0 to 1.
28
28
- **cold_white_color_temperature** (**Required**, float): The coldest color temperature supported by this light. This
29
29
is the lowest value when expressed in `mireds <https://en.wikipedia.org/wiki/Mired>`__, or the highest value when
0 commit comments