mirror of https://github.com/arendst/Tasmota.git
Prep for release
This commit is contained in:
parent
f46f00e590
commit
ca07ab5417
12
README.md
12
README.md
|
@ -124,7 +124,8 @@ People helping to keep the show on the road:
|
|||
- reloxx13 for his [TasmoAdmin](https://github.com/reloxx13/TasmoAdmin) management tool
|
||||
- Joachim Banzhaf for his TSL2561 library and driver
|
||||
- Gijs Noorlander for his MHZ19, SenseAir and updated PubSubClient drivers
|
||||
- Emontnemery for his HomeAssistant Discovery concept and many code tuning tips
|
||||
- Erik Montnemery for his HomeAssistant Discovery concept and many code tuning tips
|
||||
- Federico Leoni for continued HomeAssistant Discovery support
|
||||
- Aidan Mountford for his HSB support
|
||||
- Daniel Ztolnai for his Serial Bridge implementation
|
||||
- Gerhard Mutz for multiple sensor & display drivers, Sunrise/Sunset, and scripting
|
||||
|
@ -135,12 +136,15 @@ People helping to keep the show on the road:
|
|||
- Norbert Richter for his [decode-config.py](https://github.com/tasmota/decode-config) tool
|
||||
- Andre Thomas for providing [thehackbox](http://thehackbox.org/tasmota/) OTA support and daily development builds
|
||||
- Joel Stein, digiblur and Shantur Rathore for their Tuya research and driver
|
||||
- Frogmore42 and Jason2866 for providing many issue answers
|
||||
- Blakadder for editing the wiki and providing template management
|
||||
- Frogmore42 for providing many issue answers
|
||||
- Jason2866 for platformio support and providing many issue answers
|
||||
- Blakadder for managing the new document site and providing template management
|
||||
- Stephan Hadinger for refactoring light driver, enhancing HueEmulation and Zigbee support
|
||||
- tmo for designing the official Tasmota logo
|
||||
- Stefan Bode for his Shutter and Deep sleep drivers
|
||||
- Jacek Ziółkowski for his [TDM](https://github.com/jziolkowski/tdm) management tool
|
||||
- Jacek Ziółkowski for his [TDM](https://github.com/jziolkowski/tdm) management tool and [Tasmotizer](https://github.com/tasmota/tasmotizer) flashing tool
|
||||
- Christian Staars for NRF24L01 and HM-10 Bluetooth sensor support
|
||||
- Pail Diem for UDP Group communication support
|
||||
- Many more providing Tips, Wips, Pocs, PRs and Donations
|
||||
|
||||
## License
|
||||
|
|
|
@ -124,4 +124,4 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
|
|||
- Add support for Jarolift rollers by Keeloq algorithm
|
||||
- Add support for MaxBotix HRXL-MaxSonar ultrasonic range finders by Jon Little (#7814)
|
||||
- Add support for HDC1080 Temperature and Humidity sensor by Luis Teixeira (#7888)
|
||||
- Add support for ElectriQ iQ-wifiMOODL RGBW light by ianbyte (#7947)
|
||||
- Add support for ElectriQ iQ-wifiMOODL RGBW light by Ian King (#7947)
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
- Add command ``HumOffset -10.0 .. 10.0`` to set global humidity sensor offset (#7934)
|
||||
- Add Zigbee support for Hue emulation by Stefan Hadinger
|
||||
- Add Dew Point to Temperature and Humidity sensors
|
||||
- Add support for ElectriQ iQ-wifiMOODL RGBW light by ianbyte (#7947)
|
||||
- Add support for ElectriQ iQ-wifiMOODL RGBW light by Ian King (#7947)
|
||||
|
||||
### 8.1.0.10 20200227
|
||||
|
||||
|
|
Loading…
Reference in New Issue