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