Robert Resch
|
380974eed4
|
Remove hassio from ALLOWED_USED_COMPONENTS and move some functions to helper (#127228)
* Remove hassio from ALLOWED_USED_COMPONENTS
* Move HassioServiceInfo to helpers.service_info
* Deprecate moved functions
* Add note about deprecation
* Fix tests
* Implement suggestion
* Typo
* Update pyproject.toml
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
---------
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
|
2024-10-30 12:43:41 +01:00 |
|
epenet
|
6f9c99ac6c
|
Use new reauth helpers in vlc_telnet (#128780)
|
2024-10-19 16:03:45 +02:00 |
|
Marc Mueller
|
4cd6813d16
|
Update mypy-dev to 1.12.0a5 (#127181)
* Update mypy-dev to 1.12.0a5
* Fix enable_incomplete_feature
* Fix vlc_telnet
* Fix deconz
|
2024-10-02 12:00:59 +02:00 |
|
Michael
|
9bfc2eaeb9
|
Set connection and command timeout in VLC Telnet (#126401)
use 1s lower than scan interval
|
2024-09-21 21:11:17 +02:00 |
|
Michael
|
52d349d776
|
Bump aiovlc to 0.5.1 (#126365)
* bump aiovlc to 0.5.0
* bump aiovlc to 0.5.1
|
2024-09-21 12:01:43 +02:00 |
|
Jan-Philipp Benecke
|
3f531c02a2
|
Use debug/warning instead of info log level in components [v] (#126228)
|
2024-09-18 21:15:50 +02:00 |
|
Michael
|
5d61743a5b
|
Bump aiovlc to 0.3.2 (#118258)
|
2024-05-28 07:58:20 +02:00 |
|
Marc Mueller
|
25d1ca747b
|
Use PEP 695 for decorator typing (3) (#117640)
|
2024-05-17 16:27:32 +02:00 |
|
Marc Mueller
|
44049c34f9
|
Use PEP 695 type alias for ConfigEntry types (#117632)
|
2024-05-17 15:42:58 +02:00 |
|
Sid
|
2cc916db6d
|
Replace pylint broad-except with Ruff BLE001 (#116250)
|
2024-05-07 14:00:27 +02:00 |
|
Sid
|
b456d97e65
|
Replace pylint protected-access with Ruff SLF001 (#115735)
|
2024-05-06 20:33:26 +02:00 |
|
Michael
|
65120e5789
|
Store runtime data inside the config entry in VLC telnet (#116803)
store runtime data inside the config entry
|
2024-05-04 21:52:53 +02:00 |
|
Sid
|
82a60fe8ad
|
Enable Ruff RSE (#113695)
|
2024-03-18 00:40:38 +01:00 |
|
Marc Mueller
|
2c06d4fcb9
|
Add empty line after module docstring (2) [components] (#112736)
|
2024-03-08 19:15:59 +01:00 |
|
Marc Mueller
|
062cc4bfce
|
Add empty line after module docstring [t-v] (#112705)
|
2024-03-08 10:35:23 -05:00 |
|
Erik Montnemery
|
9ec9ac4fd4
|
Migrate integrations u-z to generic flowhandler (#111866)
|
2024-02-29 20:08:16 +01:00 |
|
Ville Skyttä
|
24b1e01d71
|
Update Ruff to 0.1.8, avoid linter/formatter conflicts (#106080)
* 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 |
|
c0ffeeca7
|
8661aa96bd
|
U-V add host field description (#104872)
Co-authored-by: Simone Chemelli <simone.chemelli@gmail.com>
|
2023-12-04 13:10:22 +01:00 |
|
Joost Lekkerkerker
|
904913c1a6
|
Use shorthand attributes in VLC telnet (#99916)
* Use shorthand attributes in VLC telnet
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* fix mypy
* Attempt 3
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
|
2023-09-12 22:37:51 +02:00 |
|
Erik Montnemery
|
045c327928
|
Move DeviceInfo from entity to device registry (#98149)
* Move DeviceInfo from entity to device registry
* Update integrations
|
2023-08-10 22:04:26 -04:00 |
|
Joost Lekkerkerker
|
560e0cc7e0
|
Migrate VLC Telnet to has entity naming (#96774)
* Migrate VLC Telnet to has entity naming
* Remove unused variable
|
2023-07-17 17:47:47 +02:00 |
|
Alan Edwardes
|
b78318a617
|
Remove Audio Content Restrictions From vlc_telnet (#86821)
|
2023-02-20 09:20:46 +01:00 |
|
Erik Montnemery
|
6c2702a7b8
|
Sort manifests 11 (#87032)
|
2023-02-08 20:10:18 +01:00 |
|
Franck Nijhof
|
939eef3b28
|
Remove translations from Core (#87543)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
|
2023-02-06 15:06:43 +01:00 |
|
Marc Mueller
|
45b4b0e990
|
Import ParamSpec from typing [Py310] (#86413)
* Import ParamSpec from typing [Py310]
* Update additional imports
|
2023-01-23 07:28:43 +01:00 |
|
Marc Mueller
|
6d336ec136
|
Remove unnecessary try-else (5) (#86164)
|
2023-01-18 14:10:13 +01:00 |
|
GitHub Action
|
f25017313a
|
[ci skip] Translation update
|
2022-12-09 00:24:29 +00:00 |
|
GitHub Action
|
5f9290e572
|
[ci skip] Translation update
|
2022-12-05 00:23:07 +00:00 |
|
GitHub Action
|
03154e1d83
|
[ci skip] Translation update
|
2022-12-03 00:21:50 +00:00 |
|
GitHub Action
|
230b50d099
|
[ci skip] Translation update
|
2022-11-29 00:26:01 +00:00 |
|
GitHub Action
|
f3b3193f7a
|
[ci skip] Translation update
|
2022-11-25 00:24:19 +00:00 |
|
GitHub Action
|
eaf6d43508
|
[ci skip] Translation update
|
2022-11-23 00:26:26 +00:00 |
|
GitHub Action
|
0be2a3f182
|
[ci skip] Translation update
|
2022-11-22 00:26:32 +00:00 |
|
GitHub Action
|
3bea04e387
|
[ci skip] Translation update
|
2022-11-21 00:26:41 +00:00 |
|
GitHub Action
|
fe5246fb6f
|
[ci skip] Translation update
|
2022-11-19 00:26:11 +00:00 |
|
GitHub Action
|
388328adba
|
[ci skip] Translation update
|
2022-10-17 00:36:39 +00:00 |
|
GitHub Action
|
230fe4453f
|
[ci skip] Translation update
|
2022-10-12 00:40:30 +00:00 |
|
Martin Hjelmare
|
2a94c42cea
|
Support VLC 4 pause (#77302)
* Support VLC 4 pause
* Clean vlc tests types
|
2022-09-26 16:17:39 +02:00 |
|
epenet
|
cd2abf368f
|
Use self._attr_state in vlc_telnet media player (#78517)
|
2022-09-15 14:26:09 +02:00 |
|
epenet
|
8bdeb3ca5b
|
Use new media player enums [u-w] (#78067)
|
2022-09-08 23:22:16 +02:00 |
|
GitHub Action
|
ccef03f1d4
|
[ci skip] Translation update
|
2022-09-02 00:25:46 +00:00 |
|
GitHub Action
|
eef7bdb44b
|
[ci skip] Translation update
|
2022-08-22 00:27:12 +00:00 |
|
GitHub Action
|
7c81f790a7
|
[ci skip] Translation update
|
2022-08-12 00:23:47 +00:00 |
|
GitHub Action
|
32a2999b85
|
[ci skip] Translation update
|
2022-08-06 00:24:46 +00:00 |
|
GitHub Action
|
cb46441b74
|
[ci skip] Translation update
|
2022-08-05 00:28:51 +00:00 |
|
GitHub Action
|
87797c8b66
|
[ci skip] Translation update
|
2022-07-21 00:26:18 +00:00 |
|
GitHub Action
|
a3fd5acf3f
|
[ci skip] Translation update
|
2022-07-13 00:27:34 +00:00 |
|
J. Nick Koston
|
cd03c49fc2
|
Wait for config entry platform forwards (#73806)
|
2022-07-09 17:27:42 +02:00 |
|
epenet
|
dc039f5218
|
Use standard argument name in async_step_reauth (#74137)
|
2022-06-28 17:12:32 +02:00 |
|
GitHub Action
|
33c263d09b
|
[ci skip] Translation update
|
2022-06-23 00:20:13 +00:00 |
|