rename publish_ha* functions

This commit is contained in:
proddy
2021-11-15 14:28:14 +01:00
parent 18f22d3951
commit c0bf623266
20 changed files with 31 additions and 36 deletions

View File

@@ -27,7 +27,7 @@ class Boiler : public EMSdevice {
public:
Boiler(uint8_t device_type, int8_t device_id, uint8_t product_id, const std::string & version, const std::string & name, uint8_t flags, uint8_t brand);
virtual bool publish_ha_config();
virtual bool publish_ha_device_config();
private:
static uuid::log::Logger logger_;