Add media_player platform to Lookin (#61337)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
dc5888ab4a
commit
e5b04cedf3
10 changed files with 264 additions and 69 deletions
|
@ -5,5 +5,7 @@ from typing import Final
|
|||
|
||||
from homeassistant.const import Platform
|
||||
|
||||
MODEL_NAMES: Final = ["LOOKin Remote", "LOOKin Remote", "LOOKin Remote2"]
|
||||
|
||||
DOMAIN: Final = "lookin"
|
||||
PLATFORMS: Final = [Platform.CLIMATE, Platform.SENSOR]
|
||||
PLATFORMS: Final = [Platform.CLIMATE, Platform.MEDIA_PLAYER, Platform.SENSOR]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue