Compare commits

..
2 Commits
Author SHA1 Message Date
artem 9c50a3955f esphome 2026.6.2 2026-07-06 21:24:39 +00:00
artem 2e00865d0f Correct file name 2026-07-06 21:24:02 +00:00
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ climate::ClimateTraits ZehnderComponent::traits() {
traits.set_visual_target_temperature_step(1);
if (has_temperature_sensor_) {
traits.set_supports_current_temperature(true);
traits.add_feature_flags(climate::CLIMATE_SUPPORTS_CURRENT_TEMPERATURE);
traits.set_visual_current_temperature_step(0.1);
}
Generated
+3 -3
View File
@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1777954456,
"narHash": "sha256-hGdgeU2Nk87RAuZyYjyDjFL6LK7dAZN5RE9+hrDTkDU=",
"lastModified": 1783224372,
"narHash": "sha256-8i/87eeoqiGE4yOTjwSA3Eh/ziJRQEmd/unYU+K27sk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "549bd84d6279f9852cae6225e372cc67fb91a4c1",
"rev": "d407951447dcd00442e97087bf374aad70c04cea",
"type": "github"
},
"original": {
+1 -1
View File
@@ -48,7 +48,7 @@ for config in \
cat-feeder-cam.yaml \
btproxy-laundry.yaml \
garage-gate.yaml \
irrigation-controller.yaml \
irrigation.yaml \
tools-power.yaml; do
flash+=("${command?} ${config?}")
done