GitHub Action
102ae9f0e3
[ci skip] Translation update
2022-02-22 00:17:23 +00:00
GitHub Action
ad0cb4831e
[ci skip] Translation update
2022-02-14 00:15:30 +00:00
GitHub Action
fb96c31a27
[ci skip] Translation update
2022-02-09 00:23:56 +00:00
GitHub Action
77ef86faee
[ci skip] Translation update
2022-01-30 00:14:21 +00:00
Simon Hansen
c5787a5422
Fix typo in entity name for launchlibrary ( #65048 )
2022-01-27 10:02:10 -08:00
Simon Hansen
37225c36fc
Add starship event sensor ( #64965 )
2022-01-26 15:37:15 +01:00
Simon Hansen
4e808133f2
Add next starship launch sensor to launch_library ( #64929 )
...
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2022-01-26 12:31:03 +01:00
Simon Hansen
f32d9952c8
Bump pylaunches to 1.3.0 ( #64923 )
2022-01-25 21:24:26 +01:00
Joakim Sørensen
70b24b7843
Add diagnostics to Launch Library ( #64871 )
2022-01-24 22:59:29 +01:00
GitHub Action
7d31f570e2
[ci skip] Translation update
2022-01-24 00:13:45 +00:00
GitHub Action
47d3fb1dec
[ci skip] Translation update
2022-01-23 00:13:53 +00:00
GitHub Action
9098c71cd4
[ci skip] Translation update
2022-01-22 00:13:08 +00:00
Joakim Sørensen
29d13110af
Make launch library lambdas single line ( #64424 )
2022-01-19 10:40:53 +01:00
Joakim Sørensen
b82a57d861
Clean up Launch Library consts ( #64420 )
2022-01-19 09:52:22 +01:00
Simon Hansen
6fcf643d5d
Add launch mission sensor for launch_library ( #64387 )
2022-01-19 09:28:07 +01:00
Simon Hansen
57bcddbba2
Add launch status sensor for launch_library ( #64382 )
2022-01-18 22:39:37 +01:00
Simon Hansen
d8df62ba1b
Add two new sensors to Launch Library ( #64203 )
...
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2022-01-18 20:58:36 +01:00
GitHub Action
c6d481ca01
[ci skip] Translation update
2022-01-17 00:14:48 +00:00
GitHub Action
b949199866
[ci skip] Translation update
2022-01-15 00:14:21 +00:00
Simon Hansen
043b9c66b0
Add missing type annotation for launch library ( #64131 )
...
* Add missing type annotation in config flow
* Add import
* Add default None
* Fix black
* Fix linting
2022-01-14 22:15:38 +01:00
GitHub Action
090a9f94f0
[ci skip] Translation update
2022-01-13 00:15:26 +00:00
Simon Hansen
0fadce751f
Use EntityDescription in launch_library ( #63685 )
...
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2022-01-12 14:44:29 +01:00
GitHub Action
27dd4857df
[ci skip] Translation update
2022-01-12 00:15:31 +00:00
GitHub Action
d3cd813c5e
[ci skip] Translation update
2022-01-11 00:14:57 +00:00
GitHub Action
d99548fc04
[ci skip] Translation update
2022-01-10 00:14:49 +00:00
GitHub Action
a8fee4c2f6
[ci skip] Translation update
2022-01-09 00:15:18 +00:00
Simon Hansen
3f1d5ac7fc
Bump pylaunches to 1.2.1 ( #63667 )
2022-01-08 12:51:31 +01:00
Simon Hansen
b22a9b8669
Refactor Launch Library to use config flow ( #62416 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2022-01-08 11:47:16 +01:00
epenet
a9901356c3
Add sensor setup type hints [i-l] ( #63315 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 19:11:50 +01:00
Joakim Sørensen
d05c80c8e4
Bump pylaunches from 1.0.0 to 1.2.0 ( #59420 )
2021-11-09 16:22:11 +01:00
Erik Montnemery
2720ba2753
Move temperature conversions to sensor base class (4/8) ( #54472 )
...
* Move temperature conversions to entity base class (4/8)
* Fix litterrobot sensor
* Fix tests
2021-08-11 21:17:47 +02:00
Joakim Sørensen
8ea5a0dbc1
Remove useless check in launch_library ( #54393 )
2021-08-10 15:03:12 +02:00
Joakim Sørensen
39d7bb4f1a
Use `_attr_*` for Launch Library ( #54388 )
2021-08-10 13:11:12 +02:00
Franck Nijhof
055cdc64c0
Add support for IoT class in manifest ( #46935 )
2021-04-15 10:21:38 +02:00
Erik Montnemery
fdf97eaca3
Migrate integrations i-m to extend SensorEntity ( #48213 )
2021-03-22 19:59:03 +01:00
Marc Mueller
25a13d1554
Update typing 10 ( #48071 )
2021-03-18 13:07:04 +01:00
Erik Montnemery
14a59d290a
Update integrations j-o to override extra_state_attributes() ( #47758 )
2021-03-11 20:11:25 +01:00
Joakim Sørensen
a199d7af59
Move to Launch Library 2 ( #42723 )
...
* Move to Launch Library 2
* isort
* Apply suggestions from code review
* Add const to .coveragerc
2020-11-05 15:42:12 +01:00
Paulus Schoutsen
f1d3c0d19b
Remove unused manifest fields ( #33595 )
2020-04-03 12:58:19 -07:00
Franck Nijhof
345cc244ed
Correct names in manifests (C-L) ( #30532 )
2020-01-07 08:19:17 +01:00
Franck Nijhof
a84741392b
Format all manifests with prettier ( #30521 )
2020-01-06 21:28:23 +01:00
springstan
c3453be17b
Move imports to top for lauch_library ( #29383 )
2019-12-04 11:11:21 +01:00
Franck Nijhof
c7da781efc
Update documentation link URL for integrations in all manifests ( #27114 )
2019-10-02 09:25:44 -07:00
Ville Skyttä
a54ade1189
Spelling fixes ( #25666 )
2019-08-02 23:20:06 +02:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -07:00
cgtobi
2c07bfb9e0
Remove dependencies and requirements ( #23024 )
...
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit fe7171b4cd
.
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit 391355ee2c
.
* Remove dependencies and requirements
* Fix flake8 complaints
* Fix more flake8 complaints
* Revert non-component removals
2019-04-12 10:13:30 -07:00
Paulus Schoutsen
cfe4cf30ad
Add manifests ( #22699 )
...
* Add manifests
* Update auto name
* Update codeowners
* Add requirements from platforms
* Minor cleanup
* Incorporate changes from awarecan PR
2019-04-03 21:14:45 -07:00
Tobias Sauerwein
048b100eea
Clean up docstrings ( #22679 )
...
* Clean up docstrings
* Fix long lines
* Fix more docstrings
* Fix more docstrings
* Fix more docstrings
2019-04-03 17:40:03 +02:00
Paulus Schoutsen
f5076188ef
Consolidate all platforms that have no tests ( #22096 )
...
* Consolidate
* Fix tests
* Update imports
* Fix import
* Use importlib because integration and package share name
* Fix more tests
* Update .coveragerc and CODEOWNERS
2019-03-16 20:44:05 -07:00