Merge branch 'current' into next

This commit is contained in:
Jesse Hills 2023-02-13 11:54:18 +13:00
commit c5f5e9e0a9
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
4 changed files with 26 additions and 8 deletions

View File

@ -58,6 +58,24 @@ Currently, the platform doesn't support activating the built-in heater,
as it seems to only be rarely of use. If you need it, please open an
issue.
Notes
--------
This library also appears to the compatible with the `DFRobot CHT8305 I2C Temperature and Humidity Sensor <https://wiki.dfrobot.com/SKU_SEN0546_I2C_Temperature_and_Humidity_Sensor_Stainless_Steel_Shell>`__) on address 0x40.
.. code-block:: yaml
# Example configuration entry
sensor:
- platform: hdc1080
temperature:
name: "Outside Temperature"
humidity:
name: "Outside Humidity"
address: 0x40
update_interval: 60s
See Also
--------

View File

@ -10,7 +10,7 @@ With the help of :doc:`/components/sensor/pulse_counter` and the RadiationD v1.1
a more or less precise messurement of the current radation level. But it should be good enough to warn you about critical events.
Assambly:
Assembly:
---------
.. figure:: images/radiationD-v1-1-cajoe_small.jpg
@ -30,7 +30,7 @@ I just 3D printed an small housing the avoid touching the high voltage Geiger Mu
(The tube should not be in direct sunlight. So maybe you will need another case.)
Configuartion:
Configuration:
---------------
The block :doc:`/components/sensor/pulse_counter` will count the radation events per minute.

View File

@ -18,8 +18,8 @@ and shipping from China takes a long time, I've only set up dedicated guides for
board: esp8285
After that use the following list of pin to function mappings to set up your Sonoff device.
This list has been compiled from the Sonoff Tasmota pin source file which can be found here:
https://github.com/arendst/Tasmota/blob/development/tasmota/tasmota_template.h ❤️
This list has been compiled from the Sonoff Tasmota pin source file which can be found `here <https://github.com/arendst/Tasmota/blob/development/tasmota/tasmota_template.h>`__.
.. note::
@ -103,8 +103,8 @@ Sonoff Dual R2 v1.4
GPIO10, Button on the case,
GPIO13, Blue LED (inverted)
Sonoff Dual R3 v1.x
-------------------
Sonoff Dual R3 v1.x, v2.x
-------------------------
.. pintable::
@ -117,7 +117,7 @@ Sonoff Dual R3 v1.x
GPIO25, UART TX pin (for power sensor)
GPIO26, UART RX pin (for power sensor)
See :doc:`/components/sensor/cse7761` for measuring power.
For power measuring see :doc:`/components/sensor/cse7761` (v1.x) or :doc:`/components/sensor/bl0939` (v2.x)
Sonoff Pow R1
-------------

View File

@ -58,7 +58,7 @@ Happy Hacking!
.. note::
If you are using Tasmota 8+ on ESP8266 and get an error after uploading the firmware, first upload ``tasmota-minimal.bin.gz`` from Tasmota repository, next upload firmware generated from ESPHome. Another way to try is to simply ``gzip`` the ESPHome binary and upload the ``.gz`` file instead.
If you are using Tasmota 8+ on ESP8266 and get an error after uploading the firmware, first upload ``tasmota-minimal.bin.gz`` from Tasmota repository, next upload firmware generated from ESPHome. Another way to try is to simply ``gzip`` the ESPHome binary and upload the ``.gz`` file instead. If you are using Tasmota 7.2+ it is necessary to run the command “SetOption78 1” in the Tasmota console and restart your device to be able to upgrade to esphome.
See Also
--------