stub custom HASS publish, self test, part 1 of sim power

This commit is contained in:
Tester
2024-11-01 11:48:35 +01:00
parent 87a2da9e81
commit c0a2566f4a
5 changed files with 45 additions and 0 deletions

View File

@@ -1908,6 +1908,7 @@ void doHomeAssistantDiscovery(const char* topic, http_request_t* request) {
dev_info = hass_init_sensor_device_info(ILLUMINANCE_SENSOR, i, -1, -1, 1);
}
break;
case ChType_Custom:
case ChType_ReadOnly:
{
dev_info = hass_init_sensor_device_info(CUSTOM_SENSOR, i, -1, -1, 1);