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