Add media_player platform to lookin (#20646)

This commit is contained in:
Anton Malko 2021-12-10 21:53:10 +03:00 committed by GitHub
parent 4a31659318
commit 09bc80585b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,9 @@
--- ---
title: LOOKin title: LOOKin
description: Instructions on how to integrate LookIN devices into Home Assistant. description: Instructions on how to integrate LOOKin devices into Home Assistant.
ha_category: ha_category:
- Climate - Climate
- Media Player
- Sensor - Sensor
ha_release: 2021.11 ha_release: 2021.11
ha_iot_class: Local Push ha_iot_class: Local Push
@ -12,6 +13,7 @@ ha_domain: lookin
ha_config_flow: true ha_config_flow: true
ha_platforms: ha_platforms:
- climate - climate
- media_player
- sensor - sensor
ha_zeroconf: true ha_zeroconf: true
--- ---