esphome
esphome copied to clipboard
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
# What does this implement/fix? The current implementation of the pmsx003 component driver has the issue that it stops reporting in "passive" mode, where the sensor is put to sleep...
# What does this implement/fix? ## Types of changes - [x] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ]...
## Types of changes * Require PSRAM * Run-time check for PSRAM (avoids panics) * Configure S3 for sufficient speed - avoids need to add sdkconfig options to yaml #...
# What does this implement/fix? This PR adds 3 new configuration options to the uart component for ESP32: - `flow_control_pin` can be used for ~~hardware~~ driver level RS485 flow control....
# What does this implement/fix? Add support for smartmeters using the dlms/cosem protocol. Heavily inspired by the dsmr component and thanks to [DomiStyle](https://github.com/DomiStyle/esphome-dlms-meter) and [firegore](https://github.com/firegore/esphome-dlms-meter) for initial work on basic...
# What does this implement/fix? New Feature: Samsung AC IR Control Component I’ve added a custom component to enable seamless control of Samsung air conditioners using IR commands. With this...
# What does this implement/fix? Supporting openthread in nrf52 devices, enabling ipv6 connectivity through openthread border router which unlocks ip based functionality such as mdns discoverability, api component, mqtt etc....
These are no longer used in Home Assistant. This will be a breaking change for MQTT for the sensors that defined custom unique ids. # What does this implement/fix? This...
# What does this implement/fix? Opened this instead of #8138 and #8142 #### Features Implemented: * **Settling Time Support** Adds configurable `settling_time` (default: 400 ms, range: 0–65535 ms) for HX711...
# What does this implement/fix? Added support for sen66 sensors based on sen5x ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New...