initial release

This commit is contained in:
2021-08-04 12:24:08 +02:00
parent fe267a81e2
commit bb9da629fb
12 changed files with 883 additions and 0 deletions

8
homeassistant.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef __HOME_ASSISTANT_H__
#define __HOME_ASSISTANT_H__
#include "mosquitto.h"
extern void ha_config_init(const char *tic_name, struct mosquitto *mosq_tic);
#endif