Get Litter-Robot to 100% code coverage and minor code cleanup (#58704)
This commit is contained in:
parent
bbbbcfbb93
commit
aacc009cbb
6 changed files with 35 additions and 18 deletions
|
@ -76,4 +76,4 @@ async def async_setup_entry(
|
|||
for switch_class, switch_type in ROBOT_SWITCHES:
|
||||
entities.append(switch_class(robot=robot, entity_type=switch_type, hub=hub))
|
||||
|
||||
async_add_entities(entities, True)
|
||||
async_add_entities(entities)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue