esphome-docs/changelog/v1.16.0.rst

285 lines
23 KiB
ReStructuredText
Raw Normal View History

2021-01-07 07:13:19 +01:00
New Features
------------
- esphome: Enable reverse display of the Max7219 digit :esphomepr:`1234` by :ghuser:`rspaargaren` (new-feature)
- esphome: Pulse_counter measure total pulses :esphomepr:`1173` by :ghuser:`FrankBakkerNl` (new-feature)
- esphome: Support I2C transactions with combined reads and writes :esphomepr:`996` by :ghuser:`la7dja` (new-feature)
New Integrations
----------------
- esphome: Added tmp102 temperature sensor support :esphomepr:`929` by :ghuser:`timsavage` (new-integration)
- esphome: Add MCP9808 temperature sensor :esphomepr:`1169` by :ghuser:`k7hpn` (new-integration)
- esphome: Add rc522 :esphomepr:`1298` by :ghuser:`glmnet` (new-integration)
- esphome: Pn532 upgrades :esphomepr:`1302` by :ghuser:`jesserockz` (breaking-change) (new-integration)
- esphome: Add support for ATC_MiThermometer :esphomepr:`1291` by :ghuser:`ahpohl` (new-integration)
- esphome: Hbridge christmas light :esphomepr:`1251` by :ghuser:`DotNetDann` (new-integration)
- esphome: add Ili9341 display :esphomepr:`1233` by :ghuser:`Valcob` (new-integration)
- esphome: components: teleinfo: electrical counter information. :esphomepr:`1108` by :ghuser:`0hax` (new-integration)
- esphome: add support for EZO sensor circuits :esphomepr:`1239` by :ghuser:`ssieb` (new-integration)
- esphome: Add climate.hitachi_ac344 :esphomepr:`1336` by :ghuser:`honomoa` (new-integration)
- esphome: SSD1331 display support :esphomepr:`1244` by :ghuser:`kbx81` (new-integration)
- esphome: New display ST7735 :esphomepr:`1066` by :ghuser:`SenexCrenshaw` (new-integration)
- esphome: MCP23SXX I/O Expander - SPI :esphomepr:`1068` by :ghuser:`SenexCrenshaw` (new-integration)
- esphome: Add GIF Animation Support :esphomepr:`1378` by :ghuser:`Syndlex` (new-integration)
- esphome: Canbus + MCP2515 including ExtID support :esphomepr:`1384` by :ghuser:`danielschramm` (new-integration)
- esphome: Add full SSD1327 display support :esphomepr:`1406` by :ghuser:`kbx81` (new-integration)
- esphome: SSD1322 display support :esphomepr:`1405` by :ghuser:`kbx81` (new-integration)
Breaking Changes
----------------
- esphome: Replace CENTER_LEFT with TOP_LEFT to match other printf function :esphomepr:`1295` by :ghuser:`TheZoker` (breaking-change)
- esphome: Float output: Fix min_power and max_power adjusting when output is inverted :esphomepr:`1250` by :ghuser:`dubit0` (breaking-change)
- esphome: Pn532 upgrades :esphomepr:`1302` by :ghuser:`jesserockz` (breaking-change) (new-integration)
All changes
-----------
- docs: Update bang_bang doc, changelog fix :docspr:`667` by :ghuser:`kbx81`
- esphome: Update cryptography requirement from <3,>=2.0.0 to >=2.0.0,<4 :esphomepr:`1206` by :ghuser:`dependabot[bot]`
- esphome: fix dashboard select drop down :esphomepr:`1205` by :ghuser:`glmnet`
- docs: New prometheus configuration :docspr:`713`
- esphome: Cleanup web server prometheus integration :esphomepr:`1192`
- esphome: Remove overview job from CI :esphomepr:`1216`
- esphome: Bump pytest from 5.4.3 to 6.0.0 :esphomepr:`1220` by :ghuser:`dependabot[bot]`
- esphome: Fix ci-custom.py const.py ordered check and improve code :esphomepr:`1222`
- esphome: Add hyphen to supported name characters :esphomepr:`1223` by :ghuser:`ianleeder`
- docs: Add hyphen to supported name characters :docspr:`719` by :ghuser:`ianleeder`
- esphome: Bump protobuf from 3.12.2 to 3.12.4 :esphomepr:`1230` by :ghuser:`dependabot[bot]`
- esphome: Clean up ALLOWED_CHARS :esphomepr:`1235` by :ghuser:`ianleeder`
- esphome: Bump pytest from 6.0.0 to 6.0.1 :esphomepr:`1236` by :ghuser:`dependabot[bot]`
- esphome: Bump pytest-mock from 3.2.0 to 3.3.1 :esphomepr:`1263` by :ghuser:`dependabot[bot]`
- esphome: Bump protobuf from 3.12.4 to 3.13.0 :esphomepr:`1254` by :ghuser:`dependabot[bot]`
- docs: Update diy.rst :docspr:`760` by :ghuser:`kquinsland`
- esphome: Bump pylint from 2.5.3 to 2.6.0 :esphomepr:`1262` by :ghuser:`dependabot[bot]`
- esphome: Bump pytest from 6.0.1 to 6.0.2 :esphomepr:`1280` by :ghuser:`dependabot[bot]`
- esphome: Bump platformio from 4.3.4 to 5.0.1 :esphomepr:`1275` by :ghuser:`dependabot[bot]`
- esphome: Update max31855.cpp :esphomepr:`1273` by :ghuser:`EmbeddedDevver`
- esphome: Add Fan and Swing Support to fujitsu-general Component :esphomepr:`1287` by :ghuser:`kpelzel`
- esphome: Replace CENTER_LEFT with TOP_LEFT to match other printf function :esphomepr:`1295` by :ghuser:`TheZoker` (breaking-change)
- esphome: Enable reverse display of the Max7219 digit :esphomepr:`1234` by :ghuser:`rspaargaren` (new-feature)
- docs: update Max7219 digit with reverse option :docspr:`726` by :ghuser:`rspaargaren`
- esphome: Bump paho-mqtt from 1.5.0 to 1.5.1 :esphomepr:`1297` by :ghuser:`dependabot[bot]`
- esphome: Bump pytest-cov from 2.10.0 to 2.10.1 :esphomepr:`1253` by :ghuser:`dependabot[bot]`
- esphome: CI - Don't fast fail testing so results are not hidden in matrix builds :esphomepr:`1286` by :ghuser:`jesserockz`
- esphome: Support Daikin horizontal swing in climate_ir :esphomepr:`1247` by :ghuser:`buxtronix`
- esphome: Table row wasn't closed :esphomepr:`1310` by :ghuser:`Ivo-tje`
- esphome: Typo in the pm2.5 grid :esphomepr:`1311` by :ghuser:`jamesgao`
- esphome: Float output: Fix min_power and max_power adjusting when output is inverted :esphomepr:`1250` by :ghuser:`dubit0` (breaking-change)
- esphome: Add new time.has_time condition :esphomepr:`1255` by :ghuser:`ashmckenzie`
- docs: Add time.has_time documentation :docspr:`782` by :ghuser:`ashmckenzie`
- esphome: handle windows filenames :esphomepr:`1307` by :ghuser:`glmnet`
- esphome: Bump flake8 from 3.8.3 to 3.8.4 :esphomepr:`1319` by :ghuser:`dependabot[bot]`
- esphome: Bump pytest from 6.0.2 to 6.1.1 :esphomepr:`1320` by :ghuser:`dependabot[bot]`
- esphome: Bump colorlog from 4.2.1 to 4.4.0 :esphomepr:`1323` by :ghuser:`dependabot[bot]`
- esphome: Add LYWSD02 battery sensor :esphomepr:`1334` by :ghuser:`Alex9779`
- docs: add battery sensor for lywsd02 :docspr:`821` by :ghuser:`sermayoral`
- docs: Small typo fixes for Sonoff T1 UK 3 Gang :docspr:`815` by :ghuser:`r15ch13`
- esphome: Added tmp102 temperature sensor support :esphomepr:`929` by :ghuser:`timsavage` (new-integration)
- docs: Added tmp102 Temperature sensor docs :docspr:`451` by :ghuser:`timsavage`
- esphome: Add MCP9808 temperature sensor :esphomepr:`1169` by :ghuser:`k7hpn` (new-integration)
- docs: Add documentation for MCP9808 sensor :docspr:`691` by :ghuser:`k7hpn`
- esphome: Add rc522 :esphomepr:`1298` by :ghuser:`glmnet` (new-integration)
- docs: add rc522 docs :docspr:`810` by :ghuser:`glmnet`
- esphome: Add new codeowners :esphomepr:`1335` by :ghuser:`jesserockz`
- esphome: Pn532 upgrades :esphomepr:`1302` by :ghuser:`jesserockz` (breaking-change) (new-integration)
- docs: Update PN532 docs to add I2C :docspr:`798` by :ghuser:`jesserockz`
- esphome: Fixed CLIMATE_SWING_HORIZONTAL typo :esphomepr:`1340` by :ghuser:`rob-deutsch`
- esphome: add illuminance for xiaomi_mjyd02yla :esphomepr:`1299` by :ghuser:`al-one`
- docs: add illuminance for xiaomi_mjyd02yla :docspr:`779` by :ghuser:`al-one`
- esphome: Add support for WPA2-EAP enterprise WiFi to ESP8266s. :esphomepr:`1332` by :ghuser:`tomtom5152`
- docs: Update enterprise authentication docs to indicate support for ESP8266s :docspr:`814` by :ghuser:`tomtom5152`
- esphome: Pulse_counter measure total pulses :esphomepr:`1173` by :ghuser:`FrankBakkerNl` (new-feature)
- docs: Added docs for pulse_counter total :docspr:`705` by :ghuser:`FrankBakkerNl`
- esphome: Add on_clockwise and on_anticlockwise triggers to rotary encoder :esphomepr:`1330` by :ghuser:`jesserockz`
- docs: Add docs for rotary encoder on_clockwise and on_anticlockwise triggers :docspr:`807` by :ghuser:`jesserockz`
- esphome: FastLED: Add YAML option for data rate :esphomepr:`1338` by :ghuser:`youknow0`
- docs: FastLED: Add docs for new YAML option data_rate :docspr:`824` by :ghuser:`youknow0`
- esphome: [Image] add dither option for image processing :esphomepr:`1317` by :ghuser:`zhujunsan`
- docs: [Image] add dither option for image processing :docspr:`796` by :ghuser:`zhujunsan`
- esphome: Update actions to move away from set-env :esphomepr:`1349` by :ghuser:`jesserockz`
- esphome: Move CONF_CONTRAST to const.py :esphomepr:`1352` by :ghuser:`jesserockz`
- esphome: Bump platformio from 5.0.1 to 5.0.2 :esphomepr:`1355` by :ghuser:`dependabot[bot]`
- docs: Fix connection typo in FAQ :docspr:`831` by :ghuser:`KTibow`
- docs: Add TuyaMCU sample config for WF-DS01 :docspr:`829` by :ghuser:`davet2001`
- docs: Link to Winsen ZE08-CH2O custom component :docspr:`833` by :ghuser:`cretep`
- esphome: Adds support for RF Bridge advanced codes :esphomepr:`1246` by :ghuser:`jesserockz`
- docs: Update RF Bridge documentation for advanced codes :docspr:`731` by :ghuser:`jesserockz`
- esphome: Add contrast option to PCD8544 :esphomepr:`1348` by :ghuser:`dzervas`
- docs: Add contrast option docs to PCD8544 :docspr:`834` by :ghuser:`dzervas`
- esphome: Add support for ATC_MiThermometer :esphomepr:`1291` by :ghuser:`ahpohl` (new-integration)
- docs: Add support for ATC_MiThermometer, update bindkey generation procedure :docspr:`777` by :ghuser:`ahpohl`
- esphome: Bump pytest from 6.1.1 to 6.1.2 :esphomepr:`1342` by :ghuser:`dependabot[bot]`
- esphome: Bump voluptuous from 0.11.7 to 0.12.0 :esphomepr:`1296` by :ghuser:`dependabot[bot]`
- esphome: Bump pytz from 2020.1 to 2020.4 :esphomepr:`1354` by :ghuser:`dependabot[bot]`
- esphome: Add a datapoint to sync the Tuya MCU minimum brightness :esphomepr:`1347` by :ghuser:`cprussin`
- docs: Document tuya dimmer min_value_datapoint :docspr:`832` by :ghuser:`cprussin`
- esphome: Support I2C transactions with combined reads and writes :esphomepr:`996` by :ghuser:`la7dja` (new-feature)
- esphome: Hbridge christmas light :esphomepr:`1251` by :ghuser:`DotNetDann` (new-integration)
- docs: Hbridge christmas light :docspr:`733` by :ghuser:`DotNetDann`
- docs: Add a note about INPUT_PULLUP :docspr:`830` by :ghuser:`wodor`
- docs: Update waveshare_epaper.rst :docspr:`813` by :ghuser:`thedexboy`
- docs: added warning to waveshare 2.7 inch display :docspr:`818` by :ghuser:`damanti-me`
- docs: Update to I2C docs to explain I2C daisy chaining :docspr:`812` by :ghuser:`the-impaler`
- docs: I2c text update :docspr:`839` by :ghuser:`jesserockz`
- esphome: add Ili9341 display :esphomepr:`1233` by :ghuser:`Valcob` (new-integration)
- esphome: Correcting Hertz symbol :esphomepr:`1364` by :ghuser:`robdejonge`
- docs: remove use_custom_code :docspr:`841` by :ghuser:`glmnet`
- esphome: Bump colorlog from 4.4.0 to 4.6.2 :esphomepr:`1367` by :ghuser:`dependabot[bot]`
- esphome: Add support for Tuya MCU 0x1C (obtain local time) :esphomepr:`1344` by :ghuser:`Yarikx`
- docs: Specify clock to be used in Tuya MCU :docspr:`827` by :ghuser:`Yarikx`
- esphome: Separate Tuya climate temperature_multiplier to current/target multiplier :esphomepr:`1345` by :ghuser:`Yarikx`
- docs: Add separate current/target Tuya Climate multipliers :docspr:`828` by :ghuser:`Yarikx`
- esphome: Add bounds check for X :esphomepr:`1371` by :ghuser:`ssieb`
- esphome: scd30: Allow setting ambient pressure compensation :esphomepr:`1365` by :ghuser:`matoxp`
- docs: scd30: Add missing configuration variables :docspr:`842` by :ghuser:`matoxp`
- esphome: components: teleinfo: electrical counter information. :esphomepr:`1108` by :ghuser:`0hax` (new-integration)
- docs: Teleinfo :docspr:`666` by :ghuser:`0hax`
- esphome: Adding ADE7953 irq_pin :esphomepr:`1359` by :ghuser:`djwmarcx`
- docs: Adding ADE7953 irq_pin :docspr:`848` by :ghuser:`djwmarcx`
- docs: Fix MCP23008 example :docspr:`845` by :ghuser:`djtef`
- esphome: add support for EZO sensor circuits :esphomepr:`1239` by :ghuser:`ssieb` (new-integration)
- docs: add docs for new EZO sensor circuits :docspr:`727` by :ghuser:`ssieb`
- esphome: Bump platformio from 5.0.2 to 5.0.3 :esphomepr:`1372` by :ghuser:`dependabot[bot]`
- docs: Add Hitachi AC344 IR Climate documentation :docspr:`822` by :ghuser:`honomoa`
- esphome: Add climate.hitachi_ac344 :esphomepr:`1336` by :ghuser:`honomoa` (new-integration)
- esphome: add CODEOWNER for new ezo component :esphomepr:`1379` by :ghuser:`ssieb`
- esphome: SSD1331 display support :esphomepr:`1244` by :ghuser:`kbx81` (new-integration)
- docs: Add SSD1331 docs :docspr:`729` by :ghuser:`kbx81`
- esphome: Add kbx81 to CODEOWNERS :esphomepr:`1380` by :ghuser:`kbx81`
- esphome: Added 332 color conversion and RGB/BGR/GRB formats :esphomepr:`1381` by :ghuser:`SenexCrenshaw`
- esphome: Fixed logger broken by colorama :esphomepr:`1385` by :ghuser:`Anonym-tsk`
- esphome: Formatted test yaml files :esphomepr:`1382` by :ghuser:`SenexCrenshaw`
- docs: Updated link to ble_monitor (previous mitemp_bt) :docspr:`849` by :ghuser:`Ernst79`
- docs: Fix ac dimmer example code :docspr:`852` by :ghuser:`rradar`
- docs: DIY: Add Blogpost for SP501E as WS2812 LED Controller :docspr:`854` by :ghuser:`margau`
- docs: Replace Hass.io :docspr:`853` by :ghuser:`fabaff`
- docs: Update deep_sleep.rst :docspr:`850` by :ghuser:`anekinloewe`
- docs: Adding IAQ board in cookbook section :docspr:`844` by :ghuser:`nkitanov`
- esphome: New display ST7735 :esphomepr:`1066` by :ghuser:`SenexCrenshaw` (new-integration)
- docs: Fix broken YAML in MQTT on_json_message example :docspr:`620` by :ghuser:`napieraj`
- esphome: Configurable OTA Safe Mode :esphomepr:`1393` by :ghuser:`alexyao2015`
- docs: Update docs for Configurable OTA Safe Mode :docspr:`859` by :ghuser:`alexyao2015`
- docs: Update ethernet.rst :docspr:`863` by :ghuser:`adezerega`
- esphome: Add option to suppress embedded MCU updates on certain datapoints :esphomepr:`1396` by :ghuser:`stubs12`
- docs: Documentation for tuya ignore_mcu_update_on_datapoints setting :docspr:`868` by :ghuser:`stubs12`
- esphome: scd30: Allow setting temperature offset :esphomepr:`1400` by :ghuser:`matoxp`
- docs: scd30: Document temperature_offset setting :docspr:`864` by :ghuser:`matoxp`
- esphome: fix HTTP Request reusing connections with different hosts :esphomepr:`1383` by :ghuser:`Anonym-tsk`
- docs: Ili9341 doc update :docspr:`870` by :ghuser:`kbx81`
- esphome: MCP23SXX I/O Expander - SPI :esphomepr:`1068` by :ghuser:`SenexCrenshaw` (new-integration)
- docs: MCP23S08-Docs :docspr:`613` by :ghuser:`SenexCrenshaw`
- esphome: Bump pyserial from 3.4 to 3.5 :esphomepr:`1394` by :ghuser:`dependabot[bot]`
- esphome: Fix Tuya initialisation regression :esphomepr:`1408` by :ghuser:`rmounce`
- docs: Update max31856.rst :docspr:`883` by :ghuser:`emuehlstein`
- docs: Fix one of the commens in code block :docspr:`881` by :ghuser:`HepoH3`
- docs: Update wifi.rst :docspr:`873` by :ghuser:`Pack3tL0ss`
- docs: Update mirabella-genio-bulb.rst :docspr:`857` by :ghuser:`kalebzettl`
- docs: Update teckin sb50 entry as they cannot be flashed anymore :docspr:`878` by :ghuser:`justyns`
- docs: Change all instances of travis to github actions :docspr:`860` by :ghuser:`alexyao2015`
- docs: Improve obtaining bind key :docspr:`843` by :ghuser:`abelmatser`
- docs: Add clarification about "update_interval" to SDS011 sensor documentation :docspr:`770` by :ghuser:`maurice-schleussinger`
- docs: Cookbook: Light Strip :docspr:`805` by :ghuser:`lein1013`
- docs: Optimize images :docspr:`799` by :ghuser:`JeffResc`
- docs: Add troubleshooting help with light partition :docspr:`851` by :ghuser:`TheLastGimbus`
- docs: Update bang_bang.rst :docspr:`524` by :ghuser:`xheronimo`
- docs: Fixed docs to match xiaomi rename :docspr:`606` by :ghuser:`WoLpH`
- docs: add another example without MQTT :docspr:`573` by :ghuser:`adonno`
- docs: Show example of calling HA script :docspr:`688` by :ghuser:`glmnet`
- docs: Update pulse_counter.rst :docspr:`689` by :ghuser:`neographikal`
- docs: More descriptive information for noobs :docspr:`658` by :ghuser:`haryadoon`
- esphome: Run task for VS Code :esphomepr:`1361` by :ghuser:`gitolicious`
- docs: esp32_dac.rst - Add light component to example :docspr:`885` by :ghuser:`ferbar`
- docs: Update ethernet.rst :docspr:`887` by :ghuser:`dziobson`
- docs: Adding gif animation docs :docspr:`856` by :ghuser:`Syndlex`
- esphome: Add GIF Animation Support :esphomepr:`1378` by :ghuser:`Syndlex` (new-integration)
- docs: Update diy.rst :docspr:`888` by :ghuser:`pieterbrink123`
- esphome: Bump tornado from 6.0.4 to 6.1 :esphomepr:`1353` by :ghuser:`dependabot[bot]`
- esphome: Fix mDNS webserver port and expose prometheus service :esphomepr:`1389` by :ghuser:`richardweinberger`
- esphome: Bump esptool from 2.8 to 3.0 :esphomepr:`1357` by :ghuser:`dependabot[bot]`
- docs: Update diy.rst :docspr:`891` by :ghuser:`lairsdragon`
- docs: Update sim800l.rst :docspr:`893` by :ghuser:`tyomikh`
- docs: docs: necessary registration of node in HA :docspr:`741` by :ghuser:`torwag`
- docs: display: st7789v: Set GPIO0 as INPUT_PULLUP :docspr:`759` by :ghuser:`kylemanna`
- docs: clarify VCC, wrt #1452 :docspr:`753` by :ghuser:`pille`
- docs: Update docs about MQTT lambdas :docspr:`809` by :ghuser:`matikij`
- docs: Add manual for Sonoff T3 EU 3 Gang :docspr:`816` by :ghuser:`r15ch13`
- docs: Add get_setup_priority() to Custom sensor docs :docspr:`819` by :ghuser:`mjkl-gh`
- docs: Change on_message topics into a yaml list for deep_sleep docs :docspr:`867` by :ghuser:`mrrsm`
- docs: Update pzem Example configuration entry (bad stop bit) :docspr:`872` by :ghuser:`Francis-labo`
- docs: Update next from current 20201221 :docspr:`894` by :ghuser:`jesserockz`
- docs: Update sonof_basic.rst - incorrect example :docspr:`892` by :ghuser:`bvansambeek`
- docs: Update apds9960.rst :docspr:`895` by :ghuser:`DrRob`
- esphome: Canbus + MCP2515 including ExtID support :esphomepr:`1384` by :ghuser:`danielschramm` (new-integration)
- docs: Canbus + MCP2515 :docspr:`823` by :ghuser:`danielschramm`
- esphome: Add "ESPHOME_NOGITIGNORE" env var to prevent .gitignore creation :esphomepr:`1425` by :ghuser:`acshef`
- esphome: Add full SSD1327 display support :esphomepr:`1406` by :ghuser:`kbx81` (new-integration)
- docs: Add SSD1327 display docs :docspr:`875` by :ghuser:`kbx81`
- esphome: SSD1322 display support :esphomepr:`1405` by :ghuser:`kbx81` (new-integration)
- docs: Add SSD1322 doc :docspr:`869` by :ghuser:`kbx81`
- esphome: Expose port 6052 to make reverse proxy work :esphomepr:`1437` by :ghuser:`Klarstein`
- esphome: rc_switch: Fix Sync signal sent after the code :esphomepr:`1426` by :ghuser:`M95D`
- docs: added slow mode and detach time to servo :docspr:`896` by :ghuser:`andreashergert1984`
- esphome: added slow mode and detach time to servo :esphomepr:`1413` by :ghuser:`andreashergert1984`
- esphome: Bump pytz from 2020.4 to 2020.5 :esphomepr:`1430` by :ghuser:`dependabot[bot]`
- esphome: Bump pytest from 6.1.2 to 6.2.1 :esphomepr:`1422` by :ghuser:`dependabot[bot]`
- docs: Update diy.rst :docspr:`913` by :ghuser:`mikosoft83`
- docs: Add note about default settings in remote transmitter :docspr:`901` by :ghuser:`darthsebulba04`
- docs: st7735 Docs :docspr:`608` by :ghuser:`SenexCrenshaw`
- esphome: Bump platformio from 5.0.3 to 5.0.4 :esphomepr:`1444` by :ghuser:`dependabot[bot]`
- esphome: Fix SN74HC595 with optional OE pin :esphomepr:`1454` by :ghuser:`rradar`
- esphome: Fix stepper half half step mode :esphomepr:`1397` by :ghuser:`Fractal147`
2021-01-11 08:15:26 +01:00
- esphome: fix safe_mode :esphomepr:`1421` by :ghuser:`alexyao2015`
- esphome: DS1307 real time clock component :esphomepr:`1441` by :ghuser:`badbadc0ffee` (new-integration)
- docs: DS1307 real time clock component :docspr:`910` by :ghuser:`badbadc0ffee`
- esphome: Add encode_uint32 method, similar to encode_uint16 :esphomepr:`1427` by :ghuser:`e28eta`
- esphome: Rotary Encoder: Don't call callbacks in the isr :esphomepr:`1456` by :ghuser:`mknjc`
2021-01-11 21:43:25 +01:00
- esphome: API: copy the data to send into the tcp internal buffer :esphomepr:`1455` by :ghuser:`mknjc`
- esphome: Revert esptool to 2.8 :esphomepr:`1460` by :ghuser:`glmnet`
- docs: fixed duplicate id in example for dac output :docspr:`909` by :ghuser:`dmannock`
- docs: Add example for human readable uptime sensor :docspr:`923` by :ghuser:`fredrike`
- docs: Update diy.rst :docspr:`922` by :ghuser:`omarghader`
- docs: Spelling and grammar fixes :docspr:`928` by :ghuser:`scop`
- docs: Fix duplicated "on_ble" in on_ble_service_data_advertise heading :docspr:`927` by :ghuser:`scop`
- docs: Add hint for swapped data and clock pin :docspr:`914` by :ghuser:`DirkHeinke`
- docs: Update nextion.rst :docspr:`912` by :ghuser:`wernight`
- docs: Update mirabella-genio-bulb.rst to show potential use of GPIO14 instead of GPIO13 for specific monochromatic dimmable globes :docspr:`911` by :ghuser:`imeekle`
2021-01-17 05:07:07 +01:00
- esphome: Whirlpool ac :esphomepr:`1467` by :ghuser:`mmanza`
- esphome: Bump pytest-mock from 3.3.1 to 3.5.1 :esphomepr:`1458` by :ghuser:`dependabot[bot]`
- esphome: Add rc522 i2c :esphomepr:`1432` by :ghuser:`glmnet` (new-integration)
- docs: add rc522 i2c config variant :docspr:`933` by :ghuser:`glmnet`
- esphome: make time components polling components :esphomepr:`1443` by :ghuser:`badbadc0ffee`
- docs: add cli link :docspr:`937` by :ghuser:`glmnet`
- esphome: Updated Mcp3008 to support reference_voltage and voltage_sampler::VoltageSampler :esphomepr:`1387` by :ghuser:`SenexCrenshaw` (breaking-change)
- docs: Updated Mcp3008 to support reference_voltage and voltage_sampler::VoltageSampler :docspr:`874` by :ghuser:`SenexCrenshaw`
- docs: cli.rst add --help :docspr:`939` by :ghuser:`foxsam21`
- esphome: Add NDEF reading and writing to PN532 :esphomepr:`1351` by :ghuser:`jesserockz` (new-integration)
- docs: Add docs for pn532 NDEF functionality :docspr:`936` by :ghuser:`jesserockz`
- esphome: Inkplate 6 support for ESPHome :esphomepr:`1283` by :ghuser:`davidzovko` (new-integration)
- docs: Adding Inkplate 6 docs :docspr:`778` by :ghuser:`nitko12`
2021-01-26 01:41:09 +01:00
- esphome: time sync notification :esphomepr:`1442` by :ghuser:`badbadc0ffee`
- docs: update time (sync) documentation :docspr:`924` by :ghuser:`badbadc0ffee`
- esphome: rename read/write to read/time/write_time :esphomepr:`1468` by :ghuser:`badbadc0ffee`
- docs: Add directions for handling text strings :docspr:`955` by :ghuser:`poldim`
- esphome: Improve ccs811 precision :esphomepr:`1428` by :ghuser:`TheNetAdmin`
- esphome: make fade_to*, lighten, and darken const :esphomepr:`1450` by :ghuser:`toelke`
- docs: fix typo 5062 => 6052 :docspr:`956` by :ghuser:`Scarbous`
- docs: Fix of typo in documentation of SPS30 :docspr:`954` by :ghuser:`teffcz`
- docs: Remove reference to measuring humidity :docspr:`953` by :ghuser:`tomlut`
- docs: Fix human-readable uptime example so it compiles :docspr:`949` by :ghuser:`oddsockmachine`
- esphome: SPI wasnt being disabled after display update :esphomepr:`1493` by :ghuser:`SenexCrenshaw`
2021-01-27 11:06:58 +01:00
- esphome: Add support for string-type Tuya datapoints :esphomepr:`1488` by :ghuser:`pauln`
- esphome: Add healthcheck :esphomepr:`1492` by :ghuser:`Klarstein`
- docs: Add link to baseboard thermostat by rjmurph2241 :docspr:`958` by :ghuser:`rjmurph2241`
- docs: Document color_temp :docspr:`951` by :ghuser:`alexyao2015`
- docs: Update tuya.rst :docspr:`950` by :ghuser:`ricovangenugten`
- docs: Minor uptime docs fixes :docspr:`948` by :ghuser:`foxsam21`
- esphome: Support for MHO-C401 (fix) :esphomepr:`1486` by :ghuser:`nikito7` (new-integration)
- docs: Update image type for st7789 display :docspr:`945` by :ghuser:`gerard33`
- docs: Add MHO-C401 :docspr:`957` by :ghuser:`nikito7`
2021-02-01 03:39:01 +01:00
- esphome: Allow SCD30 sensors to be optional :esphomepr:`1502` by :ghuser:`jesserockz`
- docs: Update scd30 docs to show sensors are optional :docspr:`970` by :ghuser:`jesserockz`
2021-02-03 00:33:50 +01:00
- esphome: fix esp8266 remote_transmitter using incorrect timings :esphomepr:`1465` by :ghuser:`hcoohb`
- esphome: rc522 increased retry loop count :esphomepr:`1506` by :ghuser:`glmnet`