1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-10 22:10:02 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Sid
69564b1a17 Add ruff rule PIE800 ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-16 16:31:30 -10:00
Marc Mueller
062cc4bfce Add empty line after module docstring [t-v] () 2024-03-08 10:35:23 -05:00
Erik Montnemery
9ec9ac4fd4 Migrate integrations u-z to generic flowhandler () 2024-02-29 20:08:16 +01:00
Ville Skyttä
24b1e01d71 Update Ruff to 0.1.8, avoid linter/formatter conflicts ()
* Disable Ruff rules that may conflict with the formatter

* Upgrade Ruff to 0.1.8

- https://github.com/astral-sh/ruff/releases/tag/v0.1.7
- https://github.com/astral-sh/ruff/releases/tag/v0.1.8

* Format with Ruff 0.1.8
2023-12-20 23:55:09 +01:00
epenet
6971bb8f5b Adjust config-flow type hints in vera ()
* Adjust config-flow type hints in vera

* Reduce size of PR
2022-06-07 11:15:31 +02:00
Franck Nijhof
69cc6ab5f1 Clean up accessing entity_registry.async_get_registry helper via hass () 2022-05-17 16:40:45 +02:00
epenet
03bf2cdd56 Remove vera from mypy ignore list ()
* Remove vera from mypy ignore list

* Fix pylint
2022-01-20 07:46:26 +01:00
Michael
9eecd90afc Add constructor return type in integrations T-Z () 2021-05-20 17:00:19 +02:00
Marc Mueller
b67b9b94f9 Update typing 13 () 2021-03-18 14:43:52 +01:00
Ville Skyttä
dc880118a4 Lint suppression cleanups ()
* Unused pylint suppression cleanups

* Remove outdated pylint bug references

* Add flake8-noqa config and note to run it every now and then

* Add codes to noqa's

* Unused noqa cleanups
2021-03-02 09:02:04 +01:00
Robert Van Gorkom
00093faae2 Clean up vera typings ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2020-09-16 16:23:50 -05:00
Robert Van Gorkom
903afb62d0 Add support for multiple vera controller hubs () 2020-09-14 22:06:52 -05:00
Franck Nijhof
1c2ebdf307 Upgrade black to 20.8b1 () 2020-08-27 13:56:20 +02:00
Robert Van Gorkom
ab08c1bef8 Fix vera config ids not being converted to integers () 2020-05-02 14:10:49 -07:00
Robert Van Gorkom
ae22b5187a Add vera config entries support ()
* Adding vera config entries support.

* Fixing lint error.

* Applying minimal changes necessary to get config entries working.

* Addressing PR feedback by further reducing the scope of the change.

* Addressing PR feedback.

* Fixing pyvera import to make it easier to patch.
Addressing PR feedback regarding creation of controller and scheduling of async config flow actions.

* Updating code owners file.

* Small fixes.

* Adding a user config flow step.

* Adding optional configs for user config flow.

* Updating strings to be more clear to the user.

* Adding options flow.
Fixing some PR feedback.

* Better handling of options.
PR feedback changes.

* Using config registry to update config options.

* Better managing config from file or config from UI
Disabling config through UI if config is provided from a file.
More tests to account for these adjustments.

* Address PR feedback.

* Fixing test, merging with master.

* Disabling all Vera UI for configs managed by configuration.yml.
Adding more tests.

* Updating config based on unique_id.
Addressing additional PR feedback.

* Rebasing off dev.
Addressing feedback.

* Addressing PR feedback.
2020-04-03 09:49:50 +02:00