Add media_player platform to Lookin (#61337)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Anton Malko 2021-12-10 21:52:51 +03:00 committed by GitHub
parent dc5888ab4a
commit e5b04cedf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 264 additions and 69 deletions

View file

@ -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]