mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Introduce Home Assistant Labs (#156840)
This commit is contained in:
14
homeassistant/generated/labs.py
generated
Normal file
14
homeassistant/generated/labs.py
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
"""Automatically generated file.
|
||||
|
||||
To update, run python3 -m script.hassfest
|
||||
"""
|
||||
|
||||
LABS_PREVIEW_FEATURES = {
|
||||
"kitchen_sink": {
|
||||
"special_repair": {
|
||||
"feedback_url": "https://community.home-assistant.io",
|
||||
"learn_more_url": "https://www.home-assistant.io/integrations/kitchen_sink",
|
||||
"report_issue_url": "https://github.com/home-assistant/core/issues/new?template=bug_report.yml&integration_link=https://www.home-assistant.io/integrations/kitchen_sink&integration_name=Kitchen%20Sink",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user