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()
|
await device.status.refresh()
|
||||||
|
|
||||||
if 'switch' in device.capabilities:
|
if 'switch' in device.capabilities:
|
||||||
self.publish_entities(
|
self.publish_entities( # type: ignore
|
||||||
[ # type: ignore
|
[
|
||||||
Switch(
|
Switch(
|
||||||
id=device_id,
|
id=device_id,
|
||||||
name=device.label,
|
name=device.label,
|
||||||
|
|
Loading…
Reference in a new issue