1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/lg_soundbar/manifest.json
MasonCrawford 5fa3b90b2c
Add config flow to lg_soundbar (#71153)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-06-30 10:00:39 -07:00

11 lines
272 B
JSON

{
"domain": "lg_soundbar",
"config_flow": true,
"name": "LG Soundbars",
"documentation": "https://www.home-assistant.io/integrations/lg_soundbar",
"requirements": ["temescal==0.5"],
"codeowners": [],
"iot_class": "local_polling",
"loggers": ["temescal"]
}