Franck Nijhof
146e1c5eb5
Revert "Update Numpy to 1.22.0 ( #63559 )" ( #63648 )
...
This reverts commit d8e1e1396c
.
2022-01-07 17:11:39 -08:00
Franck Nijhof
d8e1e1396c
Update Numpy to 1.22.0 ( #63559 )
...
* Update Numpy to 1.22.0
* Remove obsolete ignore
2022-01-06 18:51:13 +01:00
epenet
b59f39b214
Use SensorStateClass in iqvia ( #61823 )
2021-12-14 13:56:36 -07:00
Aaron Bach
5c3d2a5071
Make sure IQVIA data storage conforms to standards ( #57811 )
2021-10-22 12:11:10 +02:00
Aaron Bach
4745e58a92
Remove long-term statistics from IQVIA forecast sensor ( #57687 )
2021-10-15 00:13:12 +02:00
Marc Mueller
1d00bc8a62
Use NamedTuple - iqvia Rating ( #56943 )
2021-10-02 08:46:57 -06:00
Aaron Bach
4e8db7173a
Use EntityDescription - iqvia ( #55218 )
2021-09-12 09:34:44 -06:00
Aaron Bach
ed9b271fd0
Enforce strict typing for IQVIA ( #53408 )
...
* Enforce strict typing for IQVIA
* Cleanup
* Code review
* Ignore untyped numpy function
2021-09-11 12:27:13 -06: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
Aaron Bach
98a4e6a7e8
Fix possible unhandled IQVIA exception with allergy outlook data ( #54477 )
...
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2021-08-11 09:12:49 -07:00
Aaron Bach
f98a5cc233
Remove redundant property definitions in IQVIA ( #52378 )
2021-07-01 07:31:46 +02:00
Aaron Bach
9c5f1b4406
Fix IQVIA failing to start if any API call fails ( #50615 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-05-14 14:23:16 -07:00
Erik Montnemery
a09c8eecb7
Fix some sensor classes ( #48254 )
...
* Fix some sensor classes
* Tweak
* Tweak
2021-03-23 15:56:33 +01:00
Erik Montnemery
fdf97eaca3
Migrate integrations i-m to extend SensorEntity ( #48213 )
2021-03-22 19:59:03 +01:00
Aaron Bach
3ffd97acd4
Fix unhandled exception when IQVIA API fails to return data ( #43359 )
2020-11-22 13:59:23 +01:00
Aaron Bach
1b94ef69d8
Migrate IQVIA to DataUpdateCoordinator ( #41970 )
...
* Migrate IQVIA to DataUpdateCoordinator
* Linting
* Code review
* Better re-raise
2020-10-17 11:16:41 -05:00
Philip Allgaier
625bbe6238
Cleanup unused loggers (components A-M) ( #41600 )
2020-10-12 16:59:05 +02:00
Aaron Bach
a278cf3db2
Improve IQVIA data/API management based on enabled entities ( #32291 )
...
* Improve IQVIA data/API management based on enabled entities
* Code review comments
* Code review
* Cleanup
* Linting
* Code review
* Code review
2020-03-16 23:58:50 -06:00
springstan
157f972d72
Use f-strings in integrations starting with "H" - "L" ( #32265 )
...
* Use f-strings in integrations starting with "H"
* Use f-strings in integrations starting with "I"
* Use f-strings in integrations starting with "J"
* Use f-strings in integrations starting with "K"
* Use f-strings in integrations starting with "L"
* Fix lint error
* Use join instead of f-string in homekit_controller
* Use local variables with f-strings
* Fix lint error
* Escape the characters in f-string
* Sort imports with isort in homeworks light
* Fix pylint error
* Fix broken tests
* Fix broken tests v2
2020-02-28 12:39:29 +01:00
Aaron Bach
9329bc4ca0
Remove ability to configure monitored conditions in IQVIA ( #32223 )
...
* Remove ability to configure monitored conditions in IQVIA
* Deprecate instead of removing (until 0.108.0)
* Simplify imports
* Update version
2020-02-27 17:24:14 -07:00
Aaron Bach
db40b2fc32
Handle unhandled IQVIA data update exception ( #32144 )
...
* Handle unhandled IQVIA data update exception
* Cleanup
* Ask for forgiveness, not permission
* Use warning-level logs
* Fix log messages
2020-02-24 13:02:33 -07:00
Franck Nijhof
fb35d382e1
Remove all empty *_setup_platform() from integrations ( #31025 )
...
* Remove all empty *_setup_platform() from integrations
* Fix tests for smartthings
* Fix tests for heos
2020-01-21 12:38:38 +01:00
Bas Nijholt
c5316dbc39
Sort imports according to PEP8 for iqvia ( #29720 )
2019-12-09 11:14:08 +01:00
Franck Nijhof
f9edec19ad
Use literal string interpolation in integrations H-J (f-strings) ( #26380 )
2019-09-03 17:27:14 +02:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -07:00
Aaron Bach
1b5f526e09
Fix additional IQVIA data bug ( #23931 )
2019-05-16 18:30:09 -06:00
Aaron Bach
297d24c5b0
Fix bug when IQVIA API fails to return data ( #23916 )
...
* Fix bug when IQVIA API fails to return data
* Updated requirements
* Fixed tests
* Linting
* Removed impossible case
* Removed extraneous comment
2019-05-16 15:19:53 -06:00
Aaron Bach
45adb5c9c7
Add config entry for IQVIA ( #23765 )
...
* Add config entry for IQVIA
* Updated tests and requirements
* Removed unnecessary dependency
* Fixed tests
* Reverted unintended change
2019-05-09 09:11:51 -07:00
Aaron Bach
e08f2ad18d
Add current disease data to IQVIA ( #23052 )
...
* Add current and historical disease data to IQVIA
* Added fetcher
* Added disease sensor mapping
* Changed incorrect key
* Removed other extraneous const usage
2019-04-29 09:06:23 -06:00
Aaron Bach
bdc95e76d0
Fix broken forecast trend attribute in IQVIA ( #23454 )
2019-04-27 10:17:57 -05:00
Aaron Bach
bf050adcf3
Remove historical allergen and asthma sensors from IQVIA ( #23258 )
...
* Remove historical sensors from IQVIA
* Removed old imports
* Removed "Yesterday" sensors
2019-04-26 23:28:55 -06:00
Aaron Bach
8fe95f4bab
Additional cleanup of IQVIA integration ( #23403 )
...
* Additional cleanup of IQVIA integration
* Task
* Moved import
* Fixed exception
* Member comments (round 1)
* Member comments (round 2)
* Member comments
2019-04-26 11:06:46 -06:00
Aaron Bach
0d796a0fb9
Convert Pollen.com sensor into IQVIA component ( #22986 )
...
* Moved pollen integration to iqvia
* Stitched in new library
* Added __init__
* Completed component v1
* Updated requirements
* Updated CODEOWNERS
* Updated .coveragerc
* Removed requirements
* Static check
2019-04-24 21:09:01 -06:00