mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-04-13 19:58:52 +02:00
added documentation for the pink version of miflora sensor (#3465)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
26be239efc
commit
d72ce9e136
BIN
components/sensor/images/xiaomi_hhccjcy10.jpg
Normal file
BIN
components/sensor/images/xiaomi_hhccjcy10.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
51
components/sensor/xiaomi_hhccjcy10.rst
Normal file
51
components/sensor/xiaomi_hhccjcy10.rst
Normal file
@ -0,0 +1,51 @@
|
||||
HHCCJCY10 Xiaomi MiFlora (Pink version)
|
||||
=======================================
|
||||
|
||||
|
||||
.. seo::
|
||||
:description: Instructions for setting up a Xiaomi MiFlora HHCCJCY10 (Pink) using ESPHome.
|
||||
:image: xiaomi_hhccjcy10.jpg
|
||||
|
||||
MiFlora, tuya (pink) version, measures temperature, moisture, ambient light and nutrient levels in the soil.
|
||||
|
||||
.. figure:: images/xiaomi_hhccjcy10.jpg
|
||||
:align: center
|
||||
:width: 60.0%
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
sensor:
|
||||
- platform: xiaomi_hhccjcy10
|
||||
mac_address: '94:2B:FF:5C:91:61'
|
||||
temperature:
|
||||
name: "Xiaomi HHCCJCY10 Temperature"
|
||||
moisture:
|
||||
name: "Xiaomi HHCCJCY10 Moisture"
|
||||
illuminance:
|
||||
name: "Xiaomi HHCCJCY10 Illuminance"
|
||||
conductivity:
|
||||
name: "Xiaomi HHCCJCY10 Soil Conductivity"
|
||||
battery_level:
|
||||
name: "Xiaomi HHCCJCY10 Battery Level"
|
||||
|
||||
Configuration variables:
|
||||
------------------------
|
||||
|
||||
- **mac_address** (**Required**, string): The MAC address of the device.
|
||||
- **temperature** (*Optional*): The temperature sensor.
|
||||
All options from :ref:`Sensor <config-sensor>`.
|
||||
- **moisture** (*Optional*): The moisture sensor.
|
||||
All options from :ref:`Sensor <config-sensor>`.
|
||||
- **illuminance** (*Optional*): The illuminance sensor.
|
||||
All options from :ref:`Sensor <config-sensor>`.
|
||||
- **conductivity** (*Optional*): The conductivity sensor.
|
||||
All options from :ref:`Sensor <config-sensor>`.
|
||||
- **battery_level** (*Optional*): The battery level sensor.
|
||||
All options from :ref:`Sensor <config-sensor>`.
|
||||
|
||||
|
||||
See Also
|
||||
--------
|
||||
|
||||
- :doc:`ble_client`
|
||||
- :ghedit:`Edit`
|
BIN
images/xiaomi_hhccjcy10.jpg
Normal file
BIN
images/xiaomi_hhccjcy10.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
@ -234,6 +234,7 @@ Bluetooth Low Energy (BLE)
|
||||
Mopeka Standard Check LP, components/sensor/mopeka_std_check, mopeka_std_check.jpg, tank level
|
||||
RuuviTag, components/sensor/ruuvitag, ruuvitag.jpg, Temperature & Humidity & Accelerometer
|
||||
Xiaomi BLE, components/sensor/xiaomi_ble, xiaomi_mijia_logo.jpg, Various
|
||||
HHCCJCY10 (MiFlora Pink), components/sensor/xiaomi_hhccjcy10, xiaomi_hhccjcy10.jpg, Soil moisture & Temperature & Light
|
||||
Alpha3, components/sensor/alpha3, alpha3.jpg
|
||||
|
||||
|
||||
@ -319,6 +320,7 @@ Environmental
|
||||
ENS160, components/sensor/ens160, ens160.jpg, CO2 & Air Quality
|
||||
ENS210, components/sensor/ens210, ens210.jpg, Temperature & Humidity
|
||||
HDC1080, components/sensor/hdc1080, hdc1080.jpg, Temperature & Humidity
|
||||
HHCCJCY10 (MiFlora Pink), components/sensor/xiaomi_hhccjcy10, xiaomi_hhccjcy10.jpg, Soil moisture & Temperature & Light
|
||||
HTE501, components/sensor/hte501, HTE501.png, Temperature & Humidity
|
||||
Honeywell ABP, components/sensor/honeywellabp, honeywellabp.jpg, Pressure & Temperature
|
||||
Honeywell ABP2 I2C, components/sensor/honeywellabp2_i2c, honeywellabp.jpg, Pressure & Temperature
|
||||
|
Loading…
Reference in New Issue
Block a user