mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Remove super
This commit is contained in:
@@ -37,7 +37,6 @@ class RachioControllerBinarySensor(RachioDeviceInfoProvider, BinarySensorDevice)
|
|||||||
|
|
||||||
def __init__(self, controller, poll=True):
|
def __init__(self, controller, poll=True):
|
||||||
"""Set up a new Rachio controller binary sensor."""
|
"""Set up a new Rachio controller binary sensor."""
|
||||||
super().__init__(controller)
|
|
||||||
self._controller = controller
|
self._controller = controller
|
||||||
|
|
||||||
if poll:
|
if poll:
|
||||||
|
@@ -67,7 +67,6 @@ class RachioSwitch(RachioDeviceInfoProvider, SwitchDevice):
|
|||||||
|
|
||||||
def __init__(self, controller, poll=True):
|
def __init__(self, controller, poll=True):
|
||||||
"""Initialize a new Rachio switch."""
|
"""Initialize a new Rachio switch."""
|
||||||
super().__init__(controller)
|
|
||||||
self._controller = controller
|
self._controller = controller
|
||||||
|
|
||||||
if poll:
|
if poll:
|
||||||
|
Reference in New Issue
Block a user