channel type - Percent

This commit is contained in:
Tester23
2025-05-31 01:18:37 +02:00
parent d6f7678dc6
commit b1b41f4a66
5 changed files with 42 additions and 4 deletions

View File

@@ -97,7 +97,8 @@ typedef enum {
BATTERY_CHANNEL_SENSOR,
HASS_HVAC,
HASS_FAN,
HASS_SELECT
HASS_SELECT,
HASS_PERCENT,
} ENTITY_TYPE;
//unique_id is defined in hass_populate_unique_id and is based on CFG_GetDeviceName() whose size is CGF_DEVICE_NAME_SIZE.