mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Documentation for Xiaomi MHO-C303 sensor (#1855)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
2aad032f6e
commit
ed30567789
BIN
components/sensor/images/xiaomi_mhoc303.jpg
Normal file
BIN
components/sensor/images/xiaomi_mhoc303.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
@ -237,6 +237,31 @@ Configuration example for PVVX MiThermometer firmware set to "Custom" advertisem
|
|||||||
battery_voltage:
|
battery_voltage:
|
||||||
name: "PVVX Battery-Voltage"
|
name: "PVVX Battery-Voltage"
|
||||||
|
|
||||||
|
MHO-C303
|
||||||
|
********
|
||||||
|
|
||||||
|
Hygro thermometer clock with alarm, rectangular body, e-ink display, broadcasts temperature, humidity and battery status. Not encrypted.
|
||||||
|
|
||||||
|
.. figure:: images/xiaomi_mhoc303.jpg
|
||||||
|
:align: center
|
||||||
|
:width: 30.0%
|
||||||
|
|
||||||
|
Similar to the LYWSD02, with additional clock features (alarm, pomodoro timer). Runs on two AAA batteries.
|
||||||
|
|
||||||
|
Configuration example:
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
sensor:
|
||||||
|
- platform: xiaomi_mhoc303
|
||||||
|
mac_address: "E7:50:59:32:A0:1C"
|
||||||
|
temperature:
|
||||||
|
name: "MHO-C303 Climate Temperature"
|
||||||
|
humidity:
|
||||||
|
name: "MHO-C303 Climate Humidity"
|
||||||
|
battery_level:
|
||||||
|
name: "MHO-C303 Climate Battery Level"
|
||||||
|
|
||||||
MHO-C401
|
MHO-C401
|
||||||
********
|
********
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user