forked from platypush/platypush
black fix
This commit is contained in:
parent
9d9ec1dc59
commit
9f2793118b
1 changed files with 2 additions and 2 deletions
|
@ -420,8 +420,8 @@ class SmartthingsPlugin(SwitchPlugin):
|
|||
await device.status.refresh()
|
||||
|
||||
if 'switch' in device.capabilities:
|
||||
self.publish_entities(
|
||||
[ # type: ignore
|
||||
self.publish_entities( # type: ignore
|
||||
[
|
||||
Switch(
|
||||
id=device_id,
|
||||
name=device.label,
|
||||
|
|
Loading…
Reference in a new issue