Skip to content

Commit

Permalink
add in other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveicedgreentea committed Jun 30, 2024
1 parent e6c5815 commit 852e83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/madvr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from .coordinator import MadVRCoordinator

PLATFORMS: list[Platform] = [Platform.REMOTE]
PLATFORMS: list[Platform] = [Platform.BINARY_SENSOR, Platform.REMOTE, Platform.SENSOR]

type MadVRConfigEntry = ConfigEntry[MadVRCoordinator]

Expand Down

0 comments on commit 852e83c

Please sign in to comment.