mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
12 lines
299 B
JSON
12 lines
299 B
JSON
{
|
|
"domain": "lastfm",
|
|
"name": "Last.fm",
|
|
"codeowners": ["@joostlek"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/lastfm",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pylast"],
|
|
"requirements": ["pylast==5.1.0"]
|
|
}
|