tic2mqtt/homeassistant.h

9 lines
169 B
C
Raw Permalink Normal View History

2021-08-04 12:24:08 +02:00
#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