Closed skullydazed closed 3 years ago
This PR adds support for ESPHome sensors. Tested with temperature, pressure, and humidity sensors.
ESPHome differs from Tasmota in two important ways:
device_class
unit_of_measure
value_template
This PR adds support for ESPHome sensors. Tested with temperature, pressure, and humidity sensors.
ESPHome differs from Tasmota in two important ways:
device_class
in the autoconfiguration and relies on home assistant detecting it viaunit_of_measure
.value_template
and publishes non-JSON values