forgot to subscribe to mqtt_ha_speed
This commit is contained in:
parent
0da3e90f71
commit
88cd8d7961
1 changed files with 918 additions and 917 deletions
|
@ -816,6 +816,7 @@ void checkForRequests() {
|
|||
mqtt_client.subscribe(mqtt_intopic);
|
||||
#ifdef ENABLE_HOMEASSISTANT
|
||||
mqtt_client.subscribe(mqtt_ha_state_in.c_str());
|
||||
mqtt_client.subscribe(mqtt_ha_speed.c_str());
|
||||
#endif
|
||||
|
||||
DBG_OUTPUT_PORT.printf("MQTT topic in: %s\n", mqtt_intopic);
|
||||
|
|
Loading…
Reference in a new issue