core/homeassistant/components/push/manifest.json

9 lines
200 B
JSON
Raw Normal View History

{
"domain": "push",
"name": "Push",
"codeowners": ["@dgomes"],
2023-02-08 19:13:46 +00:00
"dependencies": ["webhook"],
"documentation": "https://www.home-assistant.io/integrations/push",
"iot_class": "local_push"
}