diff --git a/RELEASENOTES.md b/RELEASENOTES.md index e2170880c63c..468f761c6032 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -44,6 +44,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c - **tasmota-sensors.bin** = The Sensors version adds more useful sensors. - **tasmota-ir** = The InfraRed Receiver and transmitter version allowing all available protocols provided by library IRremoteESP8266 but without most other features. - **tasmota-display.bin** = The Display version without Energy Monitoring but adds display support. +- **tasmota-zbbridge.bin** = The dedicated Sonoff Zigbee Bridge version. - **tasmota-minimal.bin** = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version **should NOT be used for initial installation**. [List](MODULES.md) of embedded modules. diff --git a/platformio.ini b/platformio.ini index c68991444c02..e7284356bb89 100644 --- a/platformio.ini +++ b/platformio.ini @@ -26,6 +26,7 @@ default_envs = ; tasmota-knx ; tasmota-sensors ; tasmota-display +; tasmota-zbbridge ; tasmota-ir ; tasmota-BG ; tasmota-BR diff --git a/platformio_override_sample.ini b/platformio_override_sample.ini index 5002810962f5..5ea714612a44 100644 --- a/platformio_override_sample.ini +++ b/platformio_override_sample.ini @@ -23,6 +23,7 @@ default_envs = ; tasmota-knx ; tasmota-sensors ; tasmota-display +; tasmota-zbbridge ; tasmota-ir ; tasmota32 ; tasmota32-webcam