In the Satel Integra integration, switches and alarm control panels do not have the unique_id attribute set, so they could not be managed via the user interface.
The value generated for the unique_id atrr value is based on the configuration provided for integration.
Type of change
[ ] Dependency upgrade
[ ] Bugfix (non-breaking change which fixes an issue)
[x] New integration (thank you!)
[ ] New feature (which adds functionality to an existing integration)
[ ] Deprecation (breaking change to happen in the future)
[ ] Breaking change (fix/feature causing existing functionality to break)
[ ] Code quality improvements to existing code or addition of tests
Additional information
This PR fixes or closes issue: fixes #
This PR is related to issue:
Link to documentation pull request:
Checklist
[x] The code change is tested and works locally.
[x] Local tests pass. Your PR cannot be merged unless tests pass
Breaking change
Proposed change
In the Satel Integra integration, switches and alarm control panels do not have the unique_id attribute set, so they could not be managed via the user interface. The value generated for the unique_id atrr value is based on the configuration provided for integration.
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: