You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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
|