diff --git a/esphome/esp-bedside-panel.yaml b/esphome/esp-bedside-panel.yaml index 90157ba..60b938d 100644 --- a/esphome/esp-bedside-panel.yaml +++ b/esphome/esp-bedside-panel.yaml @@ -6,6 +6,7 @@ # https://home.fox.co.nz/gitea/zorruno/zorruno-homeassistant/src/branch/master/esphome/esp-bedside-panel.yaml #:########################################################################################:# # 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.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 @@ -113,7 +114,7 @@ substitutions: # Project Naming project_name: "Guition.JC1060P470C_I_W_Y" - project_version: "v1.10" + project_version: "v1.10a" # Passwords & Secrets api_key: !secret esp-api_key @@ -714,8 +715,8 @@ sensor: return; } - # BYD cloud polling can briefly return the previous target after - # a command. Do not let that stale value reverse the display. + // BYD cloud polling can briefly return the previous target after + // a command. Do not let that stale value reverse the display. if ( !id(atto_setpoint_optimistic) || fabsf(x - id(atto_setpoint_local)) < 0.1f