Rename Amazon Devices to Alexa Devices (#146362)

Co-authored-by: Simone Chemelli <simone.chemelli@gmail.com>
Co-authored-by: Joostlek <joostlek@outlook.com>
This commit is contained in:
tronikos
2025-06-11 09:35:26 -07:00
committed by GitHub
parent bdb6124aa3
commit 2f6fcb5801
35 changed files with 67 additions and 67 deletions

4
mypy.ini generated
View File

@@ -405,7 +405,7 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.alpha_vantage.*]
[mypy-homeassistant.components.alexa_devices.*]
check_untyped_defs = true
disallow_incomplete_defs = true
disallow_subclassing_any = true
@@ -415,7 +415,7 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.amazon_devices.*]
[mypy-homeassistant.components.alpha_vantage.*]
check_untyped_defs = true
disallow_incomplete_defs = true
disallow_subclassing_any = true