mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-11 00:54:28 +05:00
fix scanning
This commit is contained in:
@@ -126,7 +126,7 @@ class MegaD:
|
||||
async def get_sensors(self):
|
||||
self.lg.debug(self.sensors)
|
||||
for x in self.sensors:
|
||||
await self.get_port(x)
|
||||
await self.get_port(x, force_http=True)
|
||||
|
||||
@property
|
||||
def is_online(self):
|
||||
|
||||
Reference in New Issue
Block a user