core/homeassistant/components/tellstick/manifest.json

10 lines
268 B
JSON
Raw Normal View History

{
"domain": "tellstick",
"name": "TellStick",
"codeowners": [],
2023-02-08 19:41:50 +00:00
"documentation": "https://www.home-assistant.io/integrations/tellstick",
"iot_class": "assumed_state",
2023-02-08 19:41:50 +00:00
"loggers": ["tellcore"],
"requirements": ["tellcore-net==0.4", "tellcore-py==1.1.2"]
}