publish env during state request
This commit is contained in:
parent
91fb96f596
commit
0bb47ef128
|
@ -758,6 +758,7 @@ void state_request_callback()
|
|||
publish_pwm_states();
|
||||
#ifdef ENABLE_CLIMATE_MODULE
|
||||
publish_ac_state();
|
||||
publish_env_state();
|
||||
#endif
|
||||
user_state_request_callback();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue