Skip to content

Commit

Permalink
Dont change the entityname in case is allready setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sdahl1234 committed Aug 13, 2024
1 parent 681baee commit 09a8b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sunseeker/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async def async_setup_entry(hass: HomeAssistant, entry, async_add_entities) -> N
async_add_entities(
[
SunseekerScheduleText(
coordinator, "Schedule Friday", 5, "sunseeker_schedule_text_5"
coordinator, "Schedule Fridays", 5, "sunseeker_schedule_text_5"
)
for coordinator in robot_coordinators(hass, entry)
]
Expand Down

0 comments on commit 09a8b8a

Please sign in to comment.