We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdd1e1 commit e6a8746Copy full SHA for e6a8746
custom_components/netgear_plus/button.py
@@ -30,7 +30,8 @@ async def async_setup_entry(
30
if gs_switch.api:
31
if gs_switch.api.switch_model.has_reboot_button():
32
_LOGGER.info(
33
- "[button.async_setup_entry] setting up Platform.BUTTON for Switch Reboot"
+ "[button.async_setup_entry]"
34
+ " setting up Platform.BUTTON for Switch Reboot"
35
)
36
entities.append(
37
NetgearRebootButtonEntity(
0 commit comments