mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
updated formating
This commit is contained in:
parent
819bb7b8ed
commit
db1ee1babc
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ class MQTTClientComponent : public Component {
|
|||
void set_on_disconnect(mqtt_on_disconnect_callback_t &&callback);
|
||||
|
||||
// Publish None state instead of NaN for Home Assistant
|
||||
void set_publish_nan_as_none(bool publish_nan_as_none_);
|
||||
void set_publish_nan_as_none(bool publish_nan_as_none);
|
||||
bool is_publish_nan_as_none() const;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in a new issue