tic2mqtt/homeassistant.h

9 lines
169 B
C

#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