Skip to content

Commit fb890c5

Browse files
Lash-LCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8b2d357 commit fb890c5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If your map is displayed sideways or upside down, you can rotate the map directl
3232
3333
This integration provides a **Select entity per map** to control rotation:
3434
- `select.<...>_rotation`
35-
- Options: `No rotation`, `Rotate 90°`, `Rotate 180°`, `Rotate 270°` (labels depend on your HA language)
35+
- Options: ``, `90°`, `180°`, `270°` (labels depend on your HA language)
3636

3737
This rotates **both**:
3838
- the map image

custom_components/roborock_custom_map/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def unload_this_entry() -> None:
2424
for r_entry in roborock_entries:
2525
if r_entry.state == ConfigEntryState.LOADED:
2626
coordinators.extend(r_entry.runtime_data.v1)
27-
2827
r_entry.async_on_unload(unload_this_entry)
2928

3029
if not coordinators:

0 commit comments

Comments
 (0)