1
0
mirror of https://github.com/natekspencer/hacs-oasis_mini.git synced 2025-11-17 09:33:41 -05:00

Switch busy and wifi_connected sensors to binary sensors

This commit is contained in:
Nathan Spencer
2025-01-10 22:15:53 +00:00
parent 221f314dd6
commit 4894e3549d
3 changed files with 57 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ type OasisMiniConfigEntry = ConfigEntry[OasisMiniCoordinator]
_LOGGER = logging.getLogger(__name__)
PLATFORMS = [
Platform.BINARY_SENSOR,
Platform.BUTTON,
Platform.IMAGE,
Platform.LIGHT,