escoand
ef05aa2f39
Add Samsung TV config flow (#28306)
* add config flow
* add tests
* add user step error handling
* remove unload function
* add missing test file
* handle authentication correctly
* remove old discovery mode
* better handling of remote class
* optimized abort messages
* add already configured test for user flow
* Import order
* use ip property instead context
* Black
* small syntax
* use snake_case
* Revert "use ip property instead context"
This reverts commit 91502407eb216f8a0b1b90e3e6fb165b81406f8f.
* disable wrong pylint errors
* disable wrong no-member
* Try to fix review comments
* Try to fix review comments
* Fix missing self
* Fix ip checks
* methods to functions
* simplify user check
* remove user errors
* use async_setup for config
* fix after rebase
* import config to user config flow
* patch all samsungctl
* fix after rebase
* fix notes
* remove unused variable
* ignore old setup function
* fix after merge
* pass configuration to import step
* isort
* fix recursion
* remove timeout config
* add turn on action (dry without testing)
* use upstream checks
* cleanup
* minor
* correctly await async method
* ignore unused import
* async call send_key
* Revert "async call send_key"
This reverts commit f37057819fd751a654779da743d0300751e963be.
* fix comments
* fix timeout test
* test turn on action
* Update media_player.py
* Update test_media_player.py
* Update test_media_player.py
* use async executor
* use newer ssdp data
* update manually configured with ssdp data
* dont setup component directly
* ensure list
* check updated device info
* Update config_flow.py
* Update __init__.py
* fix duplicate check
* simplified unique check
* move method detection to config_flow
* move unique test to init
* fix after real world test
* optimize config_validation
* update device_info on ssdp discovery
* cleaner update listener
* fix lint
* fix method signature
* add note for manual config to confirm message
* fix turn_on_action
* pass script
* patch delay
* remove device info update
2020-01-10 03:19:10 +01:00
..
2019-12-08 13:44:12 +01:00
2020-01-05 14:09:17 +02:00
2019-07-31 12:25:30 -07:00
2019-12-08 13:41:51 +01:00
2019-12-08 13:42:31 +01:00
2019-12-09 13:57:24 +01:00
2020-01-03 21:23:22 +01:00
2020-01-05 14:09:17 +02:00
2019-12-09 11:49:35 +01:00
2019-12-09 13:57:24 +01:00
2020-01-07 13:30:34 +01:00
2020-01-05 14:09:17 +02:00
2019-03-22 11:59:10 -07:00
2019-12-09 13:57:24 +01:00
2019-12-09 13:57:24 +01:00
2020-01-02 21:17:10 +02:00
2019-12-15 16:07:57 +01:00
2019-12-09 13:57:24 +01:00
2019-12-09 13:57:24 +01:00
2020-01-09 08:40:10 +01:00
2020-01-05 14:09:17 +02:00
2020-01-05 07:23:22 -06:00
2020-01-08 10:36:11 +01:00
2019-12-09 13:57:24 +01:00
2019-12-09 11:23:21 +01:00
2020-01-05 10:11:17 +01:00
2019-12-09 13:52:18 +01:00
2020-01-02 21:17:10 +02:00
2019-12-09 13:52:18 +01:00
2020-01-05 23:13:54 +02:00
2019-12-09 13:52:18 +01:00
2019-12-09 11:48:52 +01:00
2020-01-06 11:06:16 -06:00
2020-01-02 21:17:10 +02:00
2019-10-22 23:08:38 -07:00
2019-07-31 12:25:30 -07:00
2020-01-02 21:17:10 +02:00
2019-12-09 18:56:21 +01:00
2020-01-01 17:21:42 -06:00
2019-12-08 23:32:50 +01:00
2019-12-08 22:25:01 +05:30
2020-01-07 13:25:57 +01:00
2019-12-09 18:56:21 +01:00
2019-12-08 22:25:57 +05:30
2020-01-01 17:16:27 -06:00
2019-12-09 18:56:21 +01:00
2019-12-09 18:56:21 +01:00
2019-12-09 18:56:21 +01:00
2020-01-04 00:03:54 +01:00
2019-12-08 22:28:00 +05:30
2019-12-04 22:47:40 -08:00
2019-12-09 11:22:04 +01:00
2019-12-09 17:42:00 +01:00
2020-01-08 10:06:33 +01:00
2019-12-09 17:42:00 +01:00
2020-01-07 17:30:53 +01:00
2020-01-02 22:30:20 +01:00
2019-12-09 11:24:49 +01:00
2020-01-07 17:30:53 +01:00
2020-01-07 17:30:53 +01:00
2019-12-08 23:40:06 +01:00
2019-12-09 17:42:00 +01:00
2020-01-01 17:22:32 -06:00
2019-12-31 21:03:21 +01:00
2019-07-31 12:25:30 -07:00
2019-12-09 17:42:00 +01:00
2019-12-09 12:04:39 +01:00
2019-12-08 22:31:50 +05:30
2019-11-26 08:59:55 -08:00
2019-12-09 14:10:04 +01:00
2020-01-04 22:45:11 +01:00
2020-01-02 21:17:10 +02:00
2019-12-09 13:20:51 +01:00
2019-11-25 18:00:58 -08:00
2019-07-31 12:25:30 -07:00
2019-12-09 14:14:40 +01:00
2020-01-02 21:17:10 +02:00
2019-12-09 14:14:40 +01:00
2020-01-08 21:22:56 +01:00
2020-01-02 21:17:10 +02:00
2020-01-01 17:22:08 -06:00
2020-01-02 14:22:13 -06:00
2019-12-09 11:45:11 +01:00
2019-12-09 14:14:40 +01:00
2020-01-03 11:54:19 +01:00
2019-12-09 14:14:40 +01:00
2019-12-09 14:14:40 +01:00
2020-01-05 14:09:17 +02:00
2019-12-09 14:14:40 +01:00
2020-01-02 14:22:30 -06:00
2019-07-31 12:25:30 -07:00
2020-01-05 14:09:17 +02:00
2020-01-02 14:23:16 -06:00
2019-09-15 09:50:17 +02:00
2019-12-09 14:17:36 +01:00
2019-04-14 16:59:06 -07:00
2019-12-09 14:17:36 +01:00
2019-12-09 11:46:49 +01:00
2019-12-09 11:28:07 +01:00
2019-12-08 23:33:42 +01:00
2019-12-31 13:05:31 +01:00
2019-10-21 10:17:21 +02:00
2019-12-09 14:17:36 +01:00
2020-01-07 17:30:53 +01:00
2020-01-01 17:24:30 -06:00
2019-07-31 12:25:30 -07:00
2019-12-09 14:17:36 +01:00
2019-12-09 14:17:36 +01:00
2019-07-31 12:25:30 -07:00
2019-12-09 14:17:36 +01:00
2020-01-02 14:22:49 -06:00
2019-11-25 15:44:11 -08:00
2020-01-05 14:09:17 +02:00
2020-01-03 14:47:06 +01:00
2019-12-19 19:28:03 +02:00
2020-01-02 21:17:10 +02:00
2019-11-15 21:22:24 +01:00
2019-12-09 14:19:48 +01:00
2019-12-09 14:19:48 +01:00
2020-01-02 21:17:10 +02:00
2019-12-09 09:38:24 +01:00
2020-01-03 15:00:44 +00:00
2020-01-06 16:35:10 +01:00
2019-12-09 14:19:48 +01:00
2020-01-07 10:24:46 -05:00
2020-01-02 21:17:10 +02:00
2019-12-09 14:19:48 +01:00
2019-12-09 11:59:38 +01:00
2019-12-19 19:28:03 +02:00
2020-01-07 17:30:53 +01:00
2019-12-09 11:56:51 +01:00
2019-12-10 09:25:42 +01:00
2019-12-09 11:46:08 +01:00
2020-01-02 21:17:10 +02:00
2019-12-09 14:21:24 +01:00
2019-12-09 14:21:24 +01:00
2019-12-09 14:21:24 +01:00
2020-01-07 08:53:43 +01:00
2020-01-01 01:22:44 +01:00
2020-01-01 01:22:44 +01:00
2020-01-01 01:22:44 +01:00
2020-01-01 01:22:44 +01:00
2019-10-18 20:57:54 -07:00
2019-12-09 14:21:24 +01:00
2020-01-06 01:22:22 +01:00
2019-12-09 14:21:24 +01:00
2019-12-09 14:21:24 +01:00
2019-07-31 12:25:30 -07:00
2020-01-02 21:17:10 +02:00
2019-12-09 14:21:24 +01:00
2019-12-10 09:25:42 +01:00
2019-12-09 14:25:18 +01:00
2020-01-07 17:30:53 +01:00
2019-12-09 11:07:50 +01:00
2019-12-09 14:22:30 +01:00
2020-01-02 14:21:54 -06:00
2019-12-31 14:34:53 +01:00
2019-12-09 11:43:46 +01:00
2019-12-09 12:19:11 +01:00
2019-12-09 14:22:30 +01:00
2020-01-02 21:17:10 +02:00
2019-12-09 14:22:30 +01:00
2019-12-09 14:22:30 +01:00
2019-12-09 14:22:30 +01:00
2020-01-07 22:59:04 +01:00
2019-07-31 12:25:30 -07:00
2020-01-05 14:09:17 +02:00
2019-07-31 12:25:30 -07:00
2020-01-02 21:17:10 +02:00
2019-12-09 18:50:40 +05:30
2019-12-09 18:50:40 +05:30
2020-01-02 14:23:35 -06:00
2019-10-22 23:19:00 -07:00
2020-01-06 01:22:22 +01:00
2019-12-09 11:43:00 +01:00
2019-12-09 18:50:40 +05:30
2019-12-09 18:50:40 +05:30
2020-01-02 21:17:10 +02:00
2020-01-02 21:17:10 +02:00
2020-01-02 21:17:10 +02:00
2019-12-09 18:50:40 +05:30
2020-01-05 14:09:17 +02:00
2020-01-04 23:15:50 +01:00
2019-12-09 18:50:40 +05:30
2019-12-09 18:50:40 +05:30
2019-12-09 18:50:40 +05:30
2019-12-09 18:50:40 +05:30
2019-12-09 18:50:40 +05:30
2020-01-07 17:30:53 +01:00
2019-12-09 18:50:40 +05:30
2020-01-02 21:17:10 +02:00
2019-12-09 18:50:40 +05:30
2019-12-09 18:50:40 +05:30
2019-12-09 18:50:40 +05:30
2020-01-06 01:22:22 +01:00
2019-12-09 11:05:22 +01:00
2019-12-09 18:46:56 +01:00
2019-12-09 12:08:51 +01:00
2019-12-10 09:22:13 +01:00
2020-01-01 17:18:40 -06:00
2019-07-31 12:25:30 -07:00
2019-12-09 14:46:24 +01:00
2019-12-09 14:46:24 +01:00
2019-12-09 14:46:24 +01:00
2019-11-27 15:20:40 +01:00
2019-12-09 14:46:24 +01:00
2019-12-09 14:46:24 +01:00
2020-01-03 21:37:11 +01:00
2019-12-09 14:26:53 +01:00
2020-01-06 01:22:22 +01:00
2019-12-09 14:26:53 +01:00
2020-01-03 11:52:01 +01:00
2019-12-09 14:26:53 +01:00
2020-01-05 14:09:17 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-12-09 14:29:39 +01:00
2020-01-05 11:16:37 +01:00
2019-12-12 19:43:49 +01:00
2019-12-09 12:10:38 +01:00
2020-01-05 14:09:17 +02:00
2020-01-03 11:52:01 +01:00
2019-12-04 22:47:40 -08:00
2020-01-06 01:22:22 +01:00
2019-12-09 14:29:39 +01:00
2019-12-09 14:29:39 +01:00
2019-12-09 14:29:39 +01:00
2019-12-09 14:29:39 +01:00
2019-12-09 13:06:25 +01:00
2019-12-31 22:48:43 +01:00
2020-01-02 21:17:10 +02:00
2019-12-09 14:56:20 +01:00
2020-01-02 21:17:10 +02:00
2019-12-09 14:39:51 +01:00
2019-12-04 22:47:40 -08:00
2020-01-05 14:09:17 +02:00
2019-12-09 14:39:51 +01:00
2020-01-05 14:09:17 +02:00
2020-01-07 17:30:53 +01:00
2019-12-09 12:09:49 +01:00
2019-12-09 14:39:51 +01:00
2020-01-02 21:17:10 +02:00
2019-10-14 10:38:34 -05:00
2019-12-09 11:58:40 +01:00
2019-12-09 14:39:51 +01:00
2020-01-06 01:22:22 +01:00
2020-01-10 03:19:10 +01:00
2019-12-09 13:12:43 +01:00
2020-01-07 17:30:53 +01:00
2019-12-09 14:38:01 +01:00
2019-12-09 11:57:49 +01:00
2020-01-03 21:34:20 +01:00
2019-12-09 14:38:01 +01:00
2020-01-02 21:17:10 +02:00
2020-01-02 21:17:10 +02:00
2019-12-09 14:38:01 +01:00
2019-12-09 14:38:01 +01:00
2019-12-09 14:38:01 +01:00
2019-12-09 13:21:45 +01:00
2019-08-30 16:41:07 -07:00
2020-01-05 14:09:17 +02:00
2020-01-05 14:09:17 +02:00
2020-01-05 14:09:17 +02:00
2019-12-09 14:38:01 +01:00
2019-12-09 14:38:01 +01:00
2019-12-09 13:11:37 +01:00
2019-12-11 13:27:28 +01:00
2019-12-09 12:07:10 +01:00
2019-12-09 14:38:01 +01:00
2019-10-19 23:52:42 +02:00
2019-12-09 14:38:01 +01:00
2019-12-09 14:38:01 +01:00
2019-12-09 14:38:01 +01:00
2019-12-09 14:38:01 +01:00
2019-10-20 10:10:27 +02:00
2019-12-19 19:28:03 +02:00
2019-12-08 21:09:48 +01:00
2020-01-02 21:17:10 +02:00
2020-01-09 14:03:27 +01:00
2019-10-14 14:19:37 -07:00
2019-10-14 14:20:18 -07:00
2019-12-09 14:38:01 +01:00
2019-12-09 14:38:01 +01:00
2020-01-07 17:30:53 +01:00
2019-12-09 14:38:01 +01:00
2019-07-31 12:25:30 -07:00
2020-01-05 14:09:17 +02:00
2019-07-31 12:25:30 -07:00
2020-01-01 16:18:17 +01:00
2019-12-08 09:48:08 +01:00
2020-01-09 06:03:26 +01:00
2020-01-03 11:52:01 +01:00
2019-12-09 14:41:48 +01:00
2019-12-23 21:48:24 +01:00
2020-01-07 00:00:23 +01:00
2019-12-09 14:41:48 +01:00
2020-01-02 21:17:10 +02:00
2019-12-06 10:40:38 +01:00
2020-01-02 21:17:10 +02:00
2019-08-10 00:14:03 +02:00
2020-01-03 17:28:05 +01:00
2019-11-26 09:22:12 -08:00
2019-07-31 12:25:30 -07:00
2019-12-09 14:41:48 +01:00
2020-01-02 21:17:10 +02:00
2019-07-31 12:25:30 -07:00
2019-12-09 14:41:48 +01:00
2020-01-03 14:47:06 +01:00
2020-01-07 17:30:53 +01:00
2020-01-03 14:47:06 +01:00
2019-12-09 19:07:32 +01:00
2020-01-05 14:09:17 +02:00
2019-12-10 23:25:06 +01:00
2019-12-09 19:07:32 +01:00
2019-12-09 19:07:32 +01:00
2019-12-09 11:54:56 +01:00
2020-01-03 11:30:26 +01:00
2020-01-03 14:47:06 +01:00
2019-12-09 09:36:42 +01:00
2020-01-05 14:09:17 +02:00
2020-01-07 17:30:53 +01:00
2019-07-31 12:25:30 -07:00
2019-12-09 11:56:02 +01:00
2019-12-09 14:42:53 +01:00
2019-12-09 13:33:08 +01:00
2019-12-09 14:47:53 +01:00
2019-12-09 14:47:53 +01:00
2019-12-09 14:47:53 +01:00
2020-01-03 14:47:06 +01:00
2019-12-09 14:47:53 +01:00
2020-01-03 02:46:32 +01:00
2020-01-02 21:17:10 +02:00
2020-01-05 14:09:17 +02:00
2020-01-04 22:52:10 +01:00
2020-01-05 14:09:17 +02:00
2019-12-09 14:47:53 +01:00
2019-12-09 14:47:53 +01:00
2020-01-02 21:17:10 +02:00
2019-07-31 12:25:30 -07:00
2019-12-09 14:58:51 +01:00
2020-01-09 23:49:13 +01:00
2019-12-09 14:57:42 +01:00
2019-12-09 14:57:42 +01:00
2019-12-09 14:57:42 +01:00
2020-01-03 14:47:06 +01:00
2020-01-02 21:17:10 +02:00
2020-01-03 14:47:06 +01:00
2020-01-03 14:47:06 +01:00
2020-01-05 14:09:17 +02:00
2019-12-09 09:38:38 +01:00
2020-01-03 14:47:06 +01:00
2016-03-09 10:25:50 +01:00
2020-01-03 21:37:11 +01:00