1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/rfxtrx/manifest.json
2023-02-21 21:43:39 +01:00

11 lines
304 B
JSON

{
"domain": "rfxtrx",
"name": "RFXCOM RFXtrx",
"codeowners": ["@danielhiversen", "@elupus", "@RobBie1221"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/rfxtrx",
"iot_class": "local_push",
"loggers": ["RFXtrx"],
"requirements": ["pyRFXtrx==0.30.1"]
}