mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-11 01:39:13 +01:00
stub custom HASS publish, self test, part 1 of sim power
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user