Edit esp-bedside-panel.yaml
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
# https://home.fox.co.nz/gitea/zorruno/zorruno-homeassistant/src/branch/master/esphome/esp-bedside-panel.yaml
|
# https://home.fox.co.nz/gitea/zorruno/zorruno-homeassistant/src/branch/master/esphome/esp-bedside-panel.yaml
|
||||||
#:########################################################################################:#
|
#:########################################################################################:#
|
||||||
# VERSIONS:
|
# VERSIONS:
|
||||||
|
# V1.10a 2026-07-17 Compile fix: use C++ comments inside lambda blocks
|
||||||
# V1.10 2026-07-17 Refined Atto status layout and updated Garage Lights entity
|
# V1.10 2026-07-17 Refined Atto status layout and updated Garage Lights entity
|
||||||
# V1.9 2026-07-17 Corrected Atto lock/climate/setpoint controls and added vehicle icons
|
# V1.9 2026-07-17 Corrected Atto lock/climate/setpoint controls and added vehicle icons
|
||||||
# V1.8 2026-07-17 Added hold-to-open Atto Vehicles page and vehicle controls
|
# V1.8 2026-07-17 Added hold-to-open Atto Vehicles page and vehicle controls
|
||||||
@@ -113,7 +114,7 @@ substitutions:
|
|||||||
|
|
||||||
# Project Naming
|
# Project Naming
|
||||||
project_name: "Guition.JC1060P470C_I_W_Y"
|
project_name: "Guition.JC1060P470C_I_W_Y"
|
||||||
project_version: "v1.10"
|
project_version: "v1.10a"
|
||||||
|
|
||||||
# Passwords & Secrets
|
# Passwords & Secrets
|
||||||
api_key: !secret esp-api_key
|
api_key: !secret esp-api_key
|
||||||
@@ -714,8 +715,8 @@ sensor:
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
# BYD cloud polling can briefly return the previous target after
|
// BYD cloud polling can briefly return the previous target after
|
||||||
# a command. Do not let that stale value reverse the display.
|
// a command. Do not let that stale value reverse the display.
|
||||||
if (
|
if (
|
||||||
!id(atto_setpoint_optimistic) ||
|
!id(atto_setpoint_optimistic) ||
|
||||||
fabsf(x - id(atto_setpoint_local)) < 0.1f
|
fabsf(x - id(atto_setpoint_local)) < 0.1f
|
||||||
|
|||||||
Reference in New Issue
Block a user