We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9813d3e commit 3e9149bCopy full SHA for 3e9149b
2 files changed
custom_components/roborock_custom_map/image.py
@@ -29,7 +29,7 @@ async def async_setup_entry(
29
async_add_entities(
30
RoborockMap(
31
config_entry,
32
- f"{coord.duid_slug}_custom_map_{map_info.name}",
+ f"{coord.duid_slug}_custom_map_{map_info.name or f'Map {map_info.map_flag}'}",
33
coord,
34
coord.properties_api.home,
35
map_info.map_flag,
custom_components/roborock_custom_map/manifest.json
@@ -8,5 +8,5 @@
8
"iot_class": "local_polling",
9
"issue_tracker": "https://github.com/Lash-L/RoborockCustomMap/issues",
10
"requirements": [],
11
- "version": "0.1.2"
+ "version": "0.1.3"
12
}
0 commit comments