Erik Montnemery
|
937ebb374c
|
Enable strict type checks of cloud (#92576)
* Enable strict type checks of cloud
* Fix circular import
* Address review comments
* Apply suggestions from code review
|
2023-05-24 11:46:11 +02:00 |
Erik Montnemery
|
7d29d584fd
|
Fix race in Alexa async_enable_proactive_mode (#92785)
|
2023-05-09 19:58:00 +02:00 |
Erik Montnemery
|
b6664ce367
|
Improve cloud migration (#92520)
* Improve cloud migration
* Tweak
* Use entity_ids func
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
|
2023-05-04 23:10:43 -04:00 |
Erik Montnemery
|
4860a8d1e8
|
Don't use storage collection helper in ExposedEntities (#92396)
* Don't use storage collection helper in ExposedEntities
* Fix tests
|
2023-05-03 12:39:22 +02:00 |
Erik Montnemery
|
e3c16e634b
|
Allow exposing entities not in the entity registry to assistants (#92363)
|
2023-05-02 22:08:09 +02:00 |
Marc Mueller
|
60b799aac9
|
Misc typing improvements (#86550)
|
2023-01-25 11:05:36 +01:00 |
Thomas Hollstegge
|
261c52e260
|
Alexa: Fix duplicate proactive reports (#74930)
|
2022-07-10 15:10:55 -07:00 |
Marc Mueller
|
9b9b553521
|
Disable no-self-use [pylint] (#70641)
* Disable no-self-use
* Remove disable comments
|
2022-04-25 07:41:01 -07:00 |
Erik Montnemery
|
e6899416e1
|
Suppress Alexa state reports when not authorized (#64064)
|
2022-01-17 09:14:26 -08:00 |
Erik Montnemery
|
be628a7c4d
|
Keep track of Alexa authorization status (#63979)
|
2022-01-13 09:47:31 -08:00 |
Marc Mueller
|
7063c05127
|
Use assignment expressions 33 (#58717)
|
2021-10-30 16:32:41 +02:00 |
Paulus Schoutsen
|
69b5176730
|
Make Alexa custom ID unique (#44839)
* Make Alexa custom ID unique
* Lint
* Lint
|
2021-01-05 17:35:28 +01:00 |
Ville Skyttä
|
9b2544c923
|
Remove some unneeded pylint suppressions (#32152)
|
2020-02-24 16:47:15 -08:00 |
Paulus Schoutsen
|
1e3b3ecbe6
|
Set default locale for cloud Alexa config (#30749)
|
2020-01-14 08:33:45 +01:00 |
ochlocracy
|
6387a50697
|
Implement supported locales for Alexa capabilities (#30285)
* Implement Alexa capability supported locales.
* Check config for supported locales.
* Removed unused import.
* Applied some potpourri to improve code smell.
* Change supported_locales to set.
|
2020-01-03 21:23:22 +01:00 |
Paulus Schoutsen
|
7b05ede297
|
Fix Alexa Report State (#26305)
* Fix Alexa Report State
* Forgot to save a file
|
2019-08-30 20:34:40 -05:00 |
Paulus Schoutsen
|
f5f86993f1
|
Improve Alexa error handling (#24745)
|
2019-06-24 22:04:31 -07:00 |
Paulus Schoutsen
|
a02b69db38
|
Cloud: Add Alexa report state (#24536)
* Cloud: Add Alexa report state
* Lint
* Lint
* Only track state changes when we are logged in
|
2019-06-17 13:50:01 -07:00 |
Paulus Schoutsen
|
6c5124e12a
|
Cloud: allow managing Alexa entities via UI (#24522)
* Clean up Alexa config
* Cloud: Manage Alexa entities via UI
* Add tests for new cloud APIs
|
2019-06-13 11:58:08 -07:00 |
Paulus Schoutsen
|
7e2278f1cc
|
Clean up Alexa smart home code (#24514)
* Clean up Alexa smart home code
* lint
* Lint
* Lint
|
2019-06-13 08:43:57 -07:00 |