- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 35.7k
 
Add Konnected brand #153280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Konnected brand #153280
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new virtual integration for Konnected ESPHome support and creates a brand definition to group related Konnected integrations together.
- Adds a new virtual integration 
konnected_esphomethat is supported by ESPHome - Creates a brand configuration for Konnected to group both 
konnectedandkonnected_esphomeintegrations 
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description | 
|---|---|
| homeassistant/components/konnected_esphome/manifest.json | Creates virtual integration manifest for Konnected ESPHome support | 
| homeassistant/components/konnected_esphome/init.py | Adds minimal init file with integration description | 
| homeassistant/brands/konnected.json | Defines Konnected brand to group related integrations | 
| "domain": "konnected_esphome", | ||
| "name": "Konnected", | ||
| "integration_type": "virtual", | ||
| "supported_by": "esphome" | 
    
      
    
      Copilot
AI
    
    
    
      Sep 30, 2025 
    
  
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The manifest is missing required fields for Home Assistant integrations. Add the mandatory codeowners, documentation, and requirements fields. For virtual integrations, codeowners should reference the maintainers of the supporting integration (ESPHome in this case).
| "supported_by": "esphome" | |
| "supported_by": "esphome", | |
| "codeowners": ["@esphome"], | |
| "documentation": "https://www.home-assistant.io/integrations/konnected_esphome/", | |
| "requirements": [] | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @joostlek 👍
../Frenck
Proposed change
Add Konnected brand
Type of change
Additional information
Checklist
ruff format homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all.To help with the load of incoming pull requests: