core/homeassistant/components/raspyrfm/manifest.json

10 lines
255 B
JSON
Raw Normal View History

{
"domain": "raspyrfm",
"name": "RaspyRFM",
"codeowners": [],
2023-02-08 19:13:46 +00:00
"documentation": "https://www.home-assistant.io/integrations/raspyrfm",
"iot_class": "assumed_state",
2023-02-08 19:13:46 +00:00
"loggers": ["raspyrfm_client"],
"requirements": ["raspyrfm-client==1.2.8"]
}