mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 17:40:46 -04:00
neat
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
||||
<title>Multi Roomba Rover</title>
|
||||
<script type="module" crossorigin src="/assets/index-CHiElJvq.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-DE-iql3f.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BJs-84A7.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -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'),
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user