split HA-config in smaller blocks, add publish command

This commit is contained in:
MichaelDvP
2020-11-13 13:29:19 +01:00
parent f5b7bad2fb
commit 1578168167
19 changed files with 202 additions and 114 deletions

View File

@@ -58,7 +58,7 @@ class DallasSensor {
void start();
void loop();
void publish_values();
void publish_values(const bool force);
void reload();
bool updated_values();