hass rssi discovery

This commit is contained in:
Tester23
2023-10-19 10:30:18 +02:00
parent f12ab9872b
commit 83cd57dff5
2 changed files with 13 additions and 1 deletions

View File

@@ -65,6 +65,8 @@ typedef enum {
ILLUMINANCE_SENSOR,
ENERGY_SENSOR,
HASS_RSSI,
} ENTITY_TYPE;
//unique_id is defined in hass_populate_unique_id and is based on CFG_GetDeviceName() whose size is CGF_DEVICE_NAME_SIZE.