This commit is contained in:
legop3
2026-04-26 20:43:46 -04:00
parent 47dc4e06af
commit de3e32e0f0
4 changed files with 32 additions and 22 deletions
+4 -3
View File
@@ -44,9 +44,10 @@ const ENTITY_IDS = {
extPowerPresent: entityId('binary_sensor', 'ext_power_present'),
},
textSensors: {
uiState: entityId('text_sensor', 'ui_state'),
robotError: entityId('text_sensor', 'robot_error'),
robotAlert: entityId('text_sensor', 'robot_alert'),
// ESPHome text_sensor entities surface in Home Assistant under the sensor domain.
uiState: entityId('sensor', 'ui_state'),
robotError: entityId('sensor', 'robot_error'),
robotAlert: entityId('sensor', 'robot_alert'),
},
};