hass-core/homeassistant/components/pushbullet/manifest.json
Rami Mosleh fc3843f5e2
Add config flow to pushbullet ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-11-02 16:11:44 +01:00

10 lines
289 B
JSON

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