mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-12 09:34:28 +05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d6273539e |
@@ -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