mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
Change to Tasmota Discovery and hatasmota
- Prepare to remove dedicated Home Assistant discovery in favour of Tasmota Discovery and hatasmota
This commit is contained in:
parent
f1385af65e
commit
a80f33474d
@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- ESP32 Command ``Restart 3`` to switch between SafeBoot and Production
|
- ESP32 Command ``Restart 3`` to switch between SafeBoot and Production
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- Prepare to remove dedicated Home Assistant discovery in favour of Tasmota Discovery and hatasmota
|
||||||
- ESP32 Tasmota SafeBoot with changed partition scheme allowing larger binaries
|
- ESP32 Tasmota SafeBoot with changed partition scheme allowing larger binaries
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -119,6 +119,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
|
|||||||
### Breaking Changed
|
### Breaking Changed
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- Prepare to remove dedicated Home Assistant discovery in favour of Tasmota Discovery and hatasmota
|
||||||
- ESP32 Tasmota SafeBoot with changed partition scheme allowing larger binaries
|
- ESP32 Tasmota SafeBoot with changed partition scheme allowing larger binaries
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -430,13 +430,13 @@
|
|||||||
#define DOMOTICZ_OUT_TOPIC "domoticz/out" // Domoticz Output Topic
|
#define DOMOTICZ_OUT_TOPIC "domoticz/out" // Domoticz Output Topic
|
||||||
|
|
||||||
// -- MQTT - Home Assistant Discovery -------------
|
// -- MQTT - Home Assistant Discovery -------------
|
||||||
#define USE_HOME_ASSISTANT // Enable Home Assistant Discovery Support (+12k code, +6 bytes mem)
|
//#define USE_HOME_ASSISTANT // Enable Home Assistant Discovery Support (+12k code, +6 bytes mem)
|
||||||
#define HOME_ASSISTANT_DISCOVERY_PREFIX "homeassistant" // Home Assistant discovery prefix
|
// #define HOME_ASSISTANT_DISCOVERY_PREFIX "homeassistant" // Home Assistant discovery prefix
|
||||||
#define HOME_ASSISTANT_LWT_TOPIC "homeassistant/status" // home Assistant Birth and Last Will Topic (default = homeassistant/status)
|
// #define HOME_ASSISTANT_LWT_TOPIC "homeassistant/status" // home Assistant Birth and Last Will Topic (default = homeassistant/status)
|
||||||
#define HOME_ASSISTANT_LWT_SUBSCRIBE true // Subscribe to Home Assistant Birth and Last Will Topic (default = true)
|
// #define HOME_ASSISTANT_LWT_SUBSCRIBE true // Subscribe to Home Assistant Birth and Last Will Topic (default = true)
|
||||||
|
|
||||||
// -- MQTT - Tasmota Discovery ---------------------
|
// -- MQTT - Tasmota Discovery ---------------------
|
||||||
//#define USE_TASMOTA_DISCOVERY // Enable Tasmota Discovery support (+2k code)
|
#define USE_TASMOTA_DISCOVERY // Enable Tasmota Discovery support (+2k code)
|
||||||
|
|
||||||
// -- MQTT - TLS - AWS IoT ------------------------
|
// -- MQTT - TLS - AWS IoT ------------------------
|
||||||
// Using TLS starting with version v6.5.0.16 compilation will only work using Core 2.4.2 and 2.5.2. No longer supported: 2.3.0
|
// Using TLS starting with version v6.5.0.16 compilation will only work using Core 2.4.2 and 2.5.2. No longer supported: 2.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user