Zack Cerza
|
6937aed9fe
|
Handle more pushover exceptions during setup (#115802)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
|
2024-07-07 16:36:16 +02:00 |
epenet
|
9204ccfa17
|
Use is in ConfigEntryState enum comparison in tests (N-Z) (#114926)
|
2024-04-05 17:37:00 +02:00 |
Joost Lekkerkerker
|
f3ba713289
|
Use FlowResultType enum in config flow tests N-Z (#114682)
Use FlowResultType enum in config flow tests
|
2024-04-03 09:53:20 +02:00 |
Joost Lekkerkerker
|
ee66f6ec8c
|
Use is in enum comparison in config flow tests P-T (#114675)
|
2024-04-02 11:21:50 -10:00 |
Marc Mueller
|
1722e23df8
|
Add empty line after module docstring [tests l-p] (#112710)
|
2024-03-08 14:55:15 +01:00 |
G Johansson
|
080ce51ed9
|
Remove issue from pushover (#92595)
* Remove issue pushover
* Remove strings
|
2023-05-06 16:49:34 +02:00 |
epenet
|
71dc98a39c
|
Improve hass_ws_client type hint in tests (#89703)
|
2023-03-14 16:31:40 +01:00 |
epenet
|
2cdc741900
|
Add type hints to integration tests (part 17) (#88163)
|
2023-02-15 11:14:04 +01:00 |
Marc Mueller
|
d7dda6bee5
|
Update python version used for pylint [Py310] (#86414)
* Update python version used for pylint linting [Py310]
* Import Callable from collections.abc [Py310]
* Use builtin anext [Py310]
|
2023-01-23 07:56:15 +01:00 |
Rami Mosleh
|
623abb4325
|
Remove deprecated YAML in Pushover (#80876)
|
2022-10-25 13:39:38 +02:00 |
Rami Mosleh
|
3aa24afad8
|
Retry setup in case of empty response from Pushover api (#80602)
Retry setup in case of empty response
|
2022-10-21 17:52:02 +02:00 |
Rami Mosleh
|
d0ac1073a0
|
Allow entries with same user_key for Pushover (#77904)
* Allow entries with same user_key for Pushover
* remove unique_id completely
* Abort reauth if entered api_key already exists
Update tests
|
2022-09-29 12:40:53 +02:00 |
epenet
|
c88a874063
|
Cleanup FlowResultType in tests (#78810)
|
2022-09-21 09:17:20 +02:00 |
epenet
|
7bc2712142
|
Adjust root-import in tests (#78761)
* Adjust root-import in tests
* Adjust diagnostics
* Adjust button
* Adjust select
* Adjust device_tracker
* Adjust camera
* Adjust humidifier
* Adjust media_source
* Adjust update
* Adjust siren
* Adjust number
* Adjust alarm_control_panel
* Adjust notify
* Adjust sensor
* Adjust switch
* Revert anthemav
* Don't adjust demo humidifier
|
2022-09-19 15:22:23 +02:00 |
Rami Mosleh
|
72a4f8af3d
|
Add config flow to `pushover` (#74500)
* Add config flow to `pushover`
* Add tests for reauth
* add deprecated yaml issue
* address comments
* fix test error, other fixes
* update translations
|
2022-08-19 08:07:32 +02:00 |