epenet
c54ed53a81
Remove usage of options property in OptionsFlow (part 1) ( #129895 )
...
* Remove usage of options property in OptionsFlow
* Improve
2024-11-05 19:51:20 +01:00
epenet
8b6c99776e
Cleanup unnecessary OptionsFlowWithConfigEntry (part 1) ( #129752 )
...
* Cleanup unnecessary OptionsFlowWithConfigEntry
* Fix emoncms
* Fix imap
* Fix met
* Fix workday
2024-11-03 22:57:18 +01:00
epenet
fe7328b92e
Use new reauth helpers in trafikverket_train ( #128764 )
2024-10-19 14:33:10 +02:00
G Johansson
e93d0dfdfc
Use setup method in coordinator for Trafikverket Train ( #123138 )
...
* Use setup method in coordinator for Trafikverket Train
* Overwrite types
2024-08-11 14:15:20 +02:00
G Johansson
ebe7a4747d
Bump pytrafikverket to 1.0.0 ( #121210 )
...
* Update all related files and tests to new version
* Fix missed modal
* Bump requirements
2024-07-04 21:09:19 +02:00
J. Nick Koston
5a609c34bb
Fix blocking I/O in the event loop when loading timezones ( #117721 )
2024-05-20 11:06:03 +02:00
Sid
ac54cdcdb4
Enable Ruff RUF010 ( #115371 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-05-08 23:54:49 +02:00
Sid
2cc916db6d
Replace pylint broad-except with Ruff BLE001 ( #116250 )
2024-05-07 14:00:27 +02:00
G Johansson
3bf67f3ddd
Use config entry runtime data in Trafikverket Train ( #116556 )
2024-05-01 22:08:19 +02:00
Joost Lekkerkerker
39c617eee6
Remove entity description mixin in Trafikverket Train ( #112956 )
2024-03-10 18:15:18 +01:00
Marc Mueller
062cc4bfce
Add empty line after module docstring [t-v] ( #112705 )
2024-03-08 10:35:23 -05:00
Joost Lekkerkerker
6e99ca0d8a
Add icon translations to Trafikverket Train ( #112322 )
...
* Add icon translations to Trafikverket Train
* Add icon translations to Trafikverket Train
2024-03-05 12:58:19 +01:00
Erik Montnemery
b0ed8c4961
Migrate integrations s-t to generic flowhandler ( #111865 )
2024-02-29 22:16:14 +01:00
G Johansson
c6ffd453d2
Bump pytrafikverket to 0.3.10 ( #108984 )
2024-01-28 11:26:02 +01:00
G Johansson
126a58a33e
Return multiple trains in Trafikverket Train ( #106206 )
...
* Add list of trains to coordinator
* Fix to work
* snapshot
* Fixes
* Fix
2023-12-22 15:18:16 +01:00
Erik Montnemery
0c2485bc03
Freeze integration entity descriptions ( #105984 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-12-18 16:28:13 -10:00
G Johansson
e055306482
Bump pytrafikverket to 0.3.9.2 ( #105752 )
2023-12-14 22:05:39 +01:00
G Johansson
47cd368ed2
New api endpoint for Trafikverket Weather ( #104165 )
...
* New api endpoint for Trafikverket Weather
* fix tests
2023-11-19 10:41:48 +01:00
G Johansson
12afd0ad94
Bump pytrafikverket to 0.3.8 ( #103080 )
2023-10-31 06:57:06 +01:00
G Johansson
8870991802
Remove codeowner Trafikverket ( #101881 )
2023-10-12 17:07:11 +02:00
G Johansson
c1cfce116d
Bump pytrafikverket to 0.3.7 ( #101231 )
2023-10-02 08:55:35 +02:00
G Johansson
e425662494
Bump pytrafikverket to 0.3.6 ( #99869 )
...
* Bump pytrafikverket to 0.3.6
* Fix config flow names
* str
2023-09-09 16:18:47 +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
G Johansson
4c03077dfe
Add product filtering feature to Trafikverket Train ( #86343 )
2023-08-09 17:20:30 +02:00
G Johansson
c4da5374ae
Refactor Trafikverket Train to improve config flow ( #97929 )
...
* Refactor tvt
* review fixes
* review comments
2023-08-07 17:25:02 +02:00
G Johansson
4d24a3ffaa
Bump pytrafikverket to 0.3.5 ( #97923 )
2023-08-06 20:58:16 +02:00
G Johansson
a59793df4c
Bump pytrafikverket to 0.3.4 ( #97921 )
2023-08-06 20:01:01 +02:00
G Johansson
6bc5b8989d
Fix Trafivkerket Train coordinator exceptions ( #97919 )
...
Fix tvt coordinator exceptions
2023-08-06 19:07:18 +02:00
G Johansson
163bbe2c5d
Fix Trafikverket Train departure state ( #97917 )
...
Fix tvt departure state
2023-08-06 18:50:00 +02:00
G Johansson
74d1c30f7e
Trafikverket Train sensor and attributes to new sensors ( #71432 )
...
* Initial commit
* Finalize tvt sensors
* Translations
* Fix sensor translation
* migration
* migration fix 2
* Fix name
* Fix translation
* remove translation
* Fixes
* Fix isort and mypy
* translations
* logging
* Remove logging
* departure time
* Review comments
* Mod update entity unique id
* Fix uom
* not async
* UnitOfTime
* cleanup from rebase
* Remove call self
* cleanup extra attributes
* Fix rebase again
* string state
2023-08-06 18:08:07 +02:00
G Johansson
e4d9daf746
Migrate to SensorEntityDescriptions for Trafikverket Train ( #97318 )
...
* tvt migrate to sensor entity description
* spelling
* revert spelling
2023-08-05 22:53:14 +02:00
G Johansson
db76bf3a9f
Implement coordinator in Trafikverket Train ( #96916 )
...
* Implement coordinator TVT
* Review comments
* Review changes
2023-07-20 10:40:34 +02:00
Joost Lekkerkerker
b367c95c81
Add more common translations ( #96429 )
...
* Add common translations
* Add common translations
* Add common translations
* Add common translations
* Add common translations
* Add common translations
* Add common translations
* Add common translations
2023-07-12 22:00:05 -04:00
Joost Lekkerkerker
81dd3a4a93
Use explicit device name in trafikverket train ( #96250 )
2023-07-10 14:00:27 +02:00
Ville Skyttä
1ce74ba25c
Import util.dt
as dt_util
in components/[t-z]*
( #93763 )
2023-05-29 23:00:43 +02:00
G Johansson
2e65b77b2b
Bump pytrafikverket to 0.3.3 ( #92761 )
2023-05-07 22:03:37 +02:00
G Johansson
82b4368d1d
Bump pytrafikverket to 0.3.1 ( #92425 )
...
* Bump pytrafikverket 0.3.0
* 0.3.1
* mypy
* Fix exceptions
2023-05-05 21:19:16 +02:00
G Johansson
e55f2173f8
Use selectors in Trafikverket Train ( #92554 )
...
Use selectors
2023-05-05 13:29:00 +02:00
Erik Montnemery
b0b1d8143f
Sort manifests 10 ( #87031 )
2023-02-08 20:41:50 +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
Franck Nijhof
5e81d28116
Update black to 23.1.0 ( #87188 )
2023-02-02 18:35:24 +01:00
G Johansson
b9a7b908f3
Bump pytrafikverket to 0.2.3 ( #86341 )
...
pytrafikverket 0.2.3
Co-authored-by: Shay Levy <levyshay1@gmail.com>
2023-01-22 13:02:49 +02:00
Franck Nijhof
8819634b61
String formatting and max line length - Part 6 ( #84525 )
2022-12-24 13:19:51 +01:00
GitHub Action
3ab9a14ce7
[ci skip] Translation update
2022-12-06 00:21:31 +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
b65d8cc1b3
[ci skip] Translation update
2022-11-28 00:23:09 +00:00
G Johansson
528a4819f0
Bump pytrafikverket to 0.2.2 ( #82739 )
...
Bump pytrafikverket 0.2.2
2022-11-27 00:06:49 +02:00
GitHub Action
797dc51bc5
[ci skip] Translation update
2022-11-26 00:22:30 +00:00