Open chemelli74 opened 22 hours ago
Introduce new integration "Amazon Devices" to control Amazon Smart devices, like Amazon Echos.
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:
python3 -m script.hassfest
requirements_all.txt
python3 -m script.gen_requirements_all
To help with the load of incoming pull requests:
When adding new integrations, limit included platforms to a single platform. Please reduce this PR to a single platform
Indeed, this was only a demonstration of 2 platforms for review and test purposes. Once PR is ready it will contain only 1 platform.
Breaking change
Proposed change
Introduce new integration "Amazon Devices" to control Amazon Smart devices, like Amazon Echos.
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: