1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-30 02:37:04 +00:00

36 Commits

Author SHA1 Message Date
Franck Nijhof
b0cee0bc46
String formatting and max line length - Part 1 ()
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-12-22 10:12:50 +01:00
Paulus Schoutsen
6eeb1855ff
Remove entities from Alexa when disabling Alexa ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-06-28 10:32:50 +02:00
Erik Montnemery
ff7d5c92d5
Exclude hidden entities from cloud () 2022-03-23 12:42:45 +01:00
Paulus Schoutsen
499081df86
Cloud to avoid setting up Alexa/Google during setup phase () 2022-02-16 12:10:26 -08:00
Erik Montnemery
176eae701a
Unset Alexa authorized flag in additional case () 2022-01-27 09:59:58 -08:00
epenet
3a09090a4b
Drop use of deprecated ENTITY_CATEGORIES ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-24 13:36:42 +01:00
Erik Montnemery
8c1a5f5329
Fix errors when trying to enable Alexa ()
* Fix errors when trying to enable Alexa

* Update homeassistant/components/cloud/alexa_config.py

Co-authored-by: Franck Nijhof <git@frenck.dev>

* Ran black

Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-01-20 15:26:58 +01:00
Erik Montnemery
e6899416e1
Suppress Alexa state reports when not authorized () 2022-01-17 09:14:26 -08:00
Erik Montnemery
537dfbca18
Rename cloud's AlexaConfig to CloudAlexaConfig ()
* Rename cloud's AlexaConfig to CloudAlexaConfig

* Tweak
2022-01-14 11:09:39 +01:00
Erik Montnemery
be628a7c4d
Keep track of Alexa authorization status () 2022-01-13 09:47:31 -08:00
Erik Montnemery
03593aa21b
Import persistent notification (part 2) () 2022-01-13 08:42:50 +01:00
J. Nick Koston
10d6247fee
Bump to aiohttp 3.8.0 () 2021-11-04 10:07:50 -05:00
Erik Montnemery
a0a8b9db26
Add entity category 'system' ()
* Add entity category 'hidden'

* Update cloud

* Update Google assistant

* Update Alexa

* Fix tests

* Add ENTITY_CATEGORIES constant

* Rename ENTITY_CATEGORY_HIDDEN to ENTITY_CATEGORY_SYSTEM

* Correct import in motioneye
2021-10-28 14:36:41 +02:00
Ville Skyttä
73d192b3f3
Use HTTPStatus instead of HTTP_ consts and magic values in comp.../[bc]* () 2021-10-22 19:43:40 +02:00
Marc Mueller
184e0d7fdf
Use assignment expressions 26 () 2021-10-22 11:31:17 +02:00
Marc Mueller
5048bad050
Use assignment expressions 05 () 2021-10-17 19:56:00 +02:00
Erik Montnemery
0f2b5ea28e
Don't expose config or diagnostic entities to cloud () 2021-10-15 09:35:32 -07:00
Paulus Schoutsen
dec7877671
Handle logout prefs update for Google/Alexa () 2021-09-10 09:08:43 -07:00
Paulus Schoutsen
f472219c68
Set up cloud semi-dependencies at start () 2021-06-01 01:35:31 +02:00
Shay Levy
cf228e3fe5
Add constructor return type in integrations A-D () 2021-05-20 18:51:39 +03:00
Paulus Schoutsen
ba93a033a5
Cloud to set up Alexa conditionally () 2021-04-13 09:31:41 -07:00
Franck Nijhof
6932cf9534
Use contextlib.suppress where possible () 2021-03-23 14:36:43 +01:00
Paulus Schoutsen
b956a571f4
Fix Cloud Google/Alexa check () 2021-02-17 06:49:53 +01:00
Paulus Schoutsen
69b5176730
Make Alexa custom ID unique ()
* Make Alexa custom ID unique

* Lint

* Lint
2021-01-05 17:35:28 +01:00
Paulus Schoutsen
5217139e0b
Allow exposing domains in cloud () 2020-08-28 16:49:17 +02:00
Bas Nijholt
0427d87ba4
Bump codespell from v1.16.0 to v1.17.1 and fix new spelling errors () 2020-08-08 14:41:02 +02:00
Paulus Schoutsen
d3bbd9ec65
Delay sync for Google and limit updates to relevant info () 2020-04-24 10:49:11 +02:00
springstan
4c38e6cfa5
Use HTTP_BAD_REQUEST constant () 2020-04-09 21:43:42 +02:00
springstan
fca90a8ddc
Improve string formatting v5 ()
* Improve string formatting v5

* Address review comments
2020-04-05 17:48:55 +02:00
Paulus Schoutsen
1e3b3ecbe6 Set default locale for cloud Alexa config () 2020-01-14 08:33:45 +01:00
Bas Nijholt
fbd4cf1089 use isort to sort imports according to PEP8 for cloud () 2019-12-08 22:31:12 +05:30
Paulus Schoutsen
7b05ede297 Fix Alexa Report State ()
* Fix Alexa Report State

* Forgot to save a file
2019-08-30 20:34:40 -05:00
Paulus Schoutsen
4de97abc3a Black 2019-07-31 12:25:30 -07:00
Paulus Schoutsen
3cafc1f2c6
Alexa sync state report ()
* Do a sync after changing state reporting

* Fix entity config being None
2019-06-28 20:43:57 -07:00
Paulus Schoutsen
f5f86993f1
Improve Alexa error handling () 2019-06-24 22:04:31 -07:00
Paulus Schoutsen
78b7ed0ebe Clean up Google Config ()
* Clean up Google Config

* Lint

* pylint

* pylint2
2019-06-21 11:17:21 +02:00