initial release
This commit is contained in:
8
homeassistant.h
Normal file
8
homeassistant.h
Normal 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
|
Reference in New Issue
Block a user