mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-02 08:33:31 +01:00
Revert "Add vacuum mapping not configured issue" (#29876)
This commit is contained in:
committed by
Bram Kragten
parent
d695c4c845
commit
b1ceece224
@@ -143,8 +143,7 @@ class HaConfigRepairs extends LitElement {
|
||||
}
|
||||
} else if (
|
||||
issue.domain === "vacuum" &&
|
||||
(issue.translation_key === "segments_changed" ||
|
||||
issue.translation_key === "segments_mapping_not_configured")
|
||||
issue.translation_key === "segments_changed"
|
||||
) {
|
||||
const data = await fetchRepairsIssueData(
|
||||
this.hass.connection,
|
||||
|
||||
Reference in New Issue
Block a user