Skip to content

Commit eaab19f

Browse files
authored
Don't hide location entities that are "home" in the MapViewStrategy (#23462)
1 parent c4b2896 commit eaab19f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/panels/lovelace/strategies/map/map-view-strategy.ts

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ const getMapEntities = (hass: HomeAssistant) => {
1414
const locationEntities: string[] = [];
1515
Object.values(hass.states).forEach((entity) => {
1616
if (
17-
entity.state === "home" ||
1817
!("latitude" in entity.attributes) ||
1918
!("longitude" in entity.attributes)
2019
) {

0 commit comments

Comments
 (0)