1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/pushbullet/manifest.json
2025-12-28 18:03:52 +01:00

12 lines
322 B
JSON

{
"domain": "pushbullet",
"name": "Pushbullet",
"codeowners": ["@engrbm87"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/pushbullet",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["pushbullet"],
"requirements": ["pushbullet.py==0.11.0"]
}