Commit graph

10 commits

Author SHA1 Message Date
Marc Mueller
40b99135e5
Use platform enum (3) [H-L] ()
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2021-12-05 17:10:07 -10:00
Niccolo Zapponi
a775b79d4b
Add support for iCloud 2FA ()
* Add support for iCloud 2FA

* Updated dependency for iCloud

* Updated dependency and logic fix

* Added logic for handling incorrect 2FA code

* Bug fix on failing test

* Added myself to codeowners

* Added check for 2FA on setup

* Updated error message
2021-02-03 19:18:31 +01:00
Quentame
01dc81d8fb
Fetch iCloud family devices only when wanted ()
* Fetch iCloud family devices only when wanted

* Review: form data_schema as init schema
2020-03-11 20:43:37 +01:00
Quentame
85ba4692a9
Get pending iCloud devices when available + request again when needs an update ()
* Fetch iCloud devices again if the status is pending

* Remove "No iCloud device found" double check

* fix default api_devices value

* Remove useless unitialisation declarations
2020-03-05 08:50:39 +01:00
Quentame
3743aaf70f
Add async_unload_entry to iCloud () 2020-02-17 22:23:24 +01:00
Quentame
7c155731fc
Fix can't add multiple iCloud accounts (remove account name) ()
* Fix can't add multiple iCloud accounts (remove account name)

* Update tests with flow.async_init()
2020-01-19 14:19:46 +01:00
Quentame
519c1fa2da Update iCloud sensors when service finish its update ()
* Update iCloud sensors when needed

* Add sensor should_poll
2020-01-11 23:12:55 +01:00
Quentame
820780996a Add battery sensor to iCloud ()
* Add battery sensor to iCloud

* Update .coveragerc

* Review: @balloob & @MartinHjelmare

* Review: use f string
2019-12-14 23:06:00 +01:00
Quentame
c804f8f961 Add config flow to iCloud ()
* iCloud: setup ConfigFlow and prepare for more platforms

- add config flow + tests
- fix existing services
- add play_sound & display_message services
- document services
- can use devices with the same name
- prepare to add sensor platform

* Review : not copy account conf

* Review: Safer test patch

* Review: remove reset_account

* Review: Use executor_job while IO

* Review: Use executor_job while IO 2

* Review: use hass.helpers.storage.Store()

* Review: no IO in tests

* Remove reset from services.yaml

* Review: remove authenticate.return_value = Mock()

* Review: do not initialize the api with the mocked service

* isort

* Review: @MartinHjelmare Test config flow with all steps

* Review: Fix failed tests names

* Codevov: Add one missing test
2019-12-09 17:19:42 +01:00
Raman Gupta
ff4d256893 move icloud services to icloud domain () 2019-11-27 11:16:53 +01:00