Commit Graph

7 Commits (2964471e197fdfc87010e10d509f501b551efc84)

Author SHA1 Message Date
Sid 0d66d298ec
Enable Ruff RET504 ()
* Enable Ruff RET504

* fix test

* Use noqa instead of cast

* fix sonos RET504

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-04-06 11:07:37 +02:00
Joost Lekkerkerker 5d500cb74b
Use is in enum comparison in config flow tests K-O () 2024-04-02 11:21:42 -10:00
Marc Mueller 1722e23df8
Add empty line after module docstring [tests l-p] () 2024-03-08 14:55:15 +01:00
G Johansson 171ce747c1
Remove nextcloud YAML configuration () 2023-05-29 20:33:29 +02:00
Michael cf0550f5c2
Add re-auth flow to nextcloud () 2023-03-29 21:46:08 +02:00
Michael b881995efc
Add verify ssl option to nextcloud ()
add verify sssl option to config flow
2023-03-29 19:36:42 +02:00
Michael 45262c6114
Implement config flow for nextcloud ()
* implement config flow

* add tests

* fix hassfest and requirements

* abort import on connection error

* add add_suggested_values_to_schema

* mock async_setup_entry

* revert code owner change

* fix try connect in config flow

* add device info

* allow multiple instances

* fix import in config flow

* remove custom scan interval from coordinator

* applay suggestions

* apply suggestions

* take over ownership from @meichthys

* cleanup import data before passing to user step

* apply suggestions to tests

* add untested files to .coveragerc
2023-03-26 21:14:17 +02:00