core/homeassistant/components/lastfm/manifest.json

11 lines
266 B
JSON
Raw Normal View History

{
"domain": "lastfm",
"name": "Last.fm",
"codeowners": ["@joostlek"],
"config_flow": true,
2023-02-08 19:35:25 +00:00
"documentation": "https://www.home-assistant.io/integrations/lastfm",
"iot_class": "cloud_polling",
2023-02-08 19:35:25 +00:00
"loggers": ["pylast"],
2023-04-24 11:11:14 +00:00
"requirements": ["pylast==5.1.0"]
}