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? This PR introduces delayed BLE actions. This may be useful for triggering BLE writes on non-persistent connections. Using a delayed BLE action will cause a...
# What does this implement/fix? ESPHome running on esp32-c3 fails to connect to some BLE devices. A simple example is the [nrf_blinky](https://github.com/adafruit/Adafruit_nRF52_Arduino/blob/master/libraries/Bluefruit52Lib/examples/Peripheral/nrf_blinky/nrf_blinky.ino) running on an nRF52840. While the `dev` branch...
# What does this implement/fix? Adds options to modify the device settings. ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [X] New feature...
# What does this implement/fix? Make use of hardware `pcnt` optional for pulsecounter sensors on ESP32. Requires PR #3690, to pass selection argument to the sensor constructor. ## Types of...
# What does this implement/fix? I'm continuing to add support for components I found on my [Adafruit FunHouse](https://www.adafruit.com/product/4985). This one adds support for the `DPS310` pressure and temperature sensor via...
# What does this implement/fix? Adds support for the MCP9600 I2C Thermocouple Amplifier. This can also work with the MCP9601. ## Types of changes - [ ] Bugfix (non-breaking change...
# What does this implement/fix? Fixes an error when trying to read energy consumed/returned. The old Library threw an error when reading energy with Wh as unit. ## Types of...
# What does this implement/fix? Modbus switches are unnecessarily updating their status to flash, since the actual state resides in the modbus slave device. This save state behavior resides in...
# What does this implement/fix? **Add support for multiple BME680 devices** Devices are identified by their I2C address, so no devices can share a single address. Since the BME680 can...
# What does this implement/fix? During OTA update of an ESP32S3 I found out the OTA process fails and no proper errors to debug were found. This code adds information...