File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
custom_components/meross_cloud Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 77from meross_iot .manager import MerossManager
88from meross_iot .model .enums import OnlineStatus
99from meross_iot .model .http .device import HttpDeviceInfo
10- from sqlalchemy import false
1110
12- from components .binary_sensor import BinarySensorEntity , BinarySensorDeviceClass
11+ from homeassistant . components .binary_sensor import BinarySensorEntity , BinarySensorDeviceClass
1312from homeassistant .core import HomeAssistant
1413from homeassistant .helpers .update_coordinator import DataUpdateCoordinator
1514from . import MerossDevice
Original file line number Diff line number Diff line change 99 "config_flow" : true ,
1010 "quality_scale" : " platinum" ,
1111 "iot_class" : " cloud_push" ,
12- "version" : " 1.3.10beta5 "
12+ "version" : " 1.3.10beta6 "
1313}
You can’t perform that action at this time.
0 commit comments