add step to numeric command-values in HA discovery

This commit is contained in:
MichaelDvP
2022-12-18 16:22:18 +01:00
parent bc3bdb1221
commit ce0ee49ebf
2 changed files with 11 additions and 4 deletions

View File

@@ -105,6 +105,7 @@ class Mqtt {
uint8_t options_size,
const int16_t dv_set_min,
const int16_t dv_set_max,
const int8_t num_op,
const JsonObject & dev_json);
static void publish_system_ha_sensor_config(uint8_t type, const char * name, const char * entity, const uint8_t uom);