mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
fix order of inhertiance
This commit is contained in:
@@ -46,7 +46,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||
)
|
||||
|
||||
|
||||
class NestBinarySensor(NestSensor, BinarySensorDevice):
|
||||
class NestBinarySensor(BinarySensorDevice, NestSensor):
|
||||
""" Represents a Nst Binary sensor. """
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user