Remove pre-build test & build for now

PR#5586 is quite active and breaking this. Waiting until it is more stable.
This commit is contained in:
Edward Firmo
2024-03-19 09:51:27 +01:00
parent 4e7bbef1a0
commit 5f850ae6a3
2 changed files with 40 additions and 39 deletions

View File

@@ -252,7 +252,8 @@ This fix ensures temperature readings are accurately represented according to th
### Resolution for Panel Naming When `device_name` Is Not Provided (#1907)
- **Criticality:** Medium
- **Affected Components:** ESPHome
- **Description:** Corrected a bug that caused the new "Device Name" sensor to report "nspanel" and therefore fail on defining services names when a `device_name` substitution was not specified by the user.
- **Description:** Corrected a bug that caused the new "Device Name" sensor to report "nspanel"
and therefore fail on defining services names when a `device_name` substitution was not specified by the user.
### External Temperature Sensor Selection Now Correctly Overrides Embedded Sensor Value (#1911)
- **Criticality:** Medium