Add version constant to heatpump header

Define version constant for Panasonic Heatpump.
This commit is contained in:
ElVit 2025-11-27 19:13:28 +01:00 committed by GitHub
parent 4512fc7633
commit d39826a845
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@ namespace esphome
void add_extra_sensor(PanasonicHeatpumpEntity *sensor) { extra_sensors_.push_back(sensor); }
protected:
const std::string version = "0.0.5";
// options variables
uart::UARTComponent* uart_client_ { nullptr };
bool log_uart_msg_ { false };