WebSpider
461ef33553
Bump meteoalert to 0.3.1 ( #123848 )
...
Bump meteoalertapi to 0.3.1
2024-08-16 12:27:20 +02:00
epenet
399130bc95
Force alias when importing binary sensor PLATFORM_SCHEMA ( #120510 )
2024-06-26 10:54:19 +02:00
mikosoft83
99cae16b75
Change meteoalarm scan interval ( #119194 )
2024-06-20 12:59:30 +02:00
Marc Mueller
59a6035d3f
Add empty line after module docstring [j-m] ( #112700 )
2024-03-08 09:01:29 -05:00
Erik Montnemery
1d64ba9d34
Sort manifests 6 ( #87027 )
2023-02-08 20:38:43 +01:00
epenet
5739712a0d
Adjust type hint in meteoalarm ( #77818 )
2022-09-05 10:47:01 +02:00
Rolf Berkenbosch
997f03d0ea
Fix fetching MeteoAlarm XML data ( #75840 )
2022-07-27 23:50:41 +02:00
J. Nick Koston
5b755b74fb
Add loggers to integration manifest.json ( #65083 )
2022-01-28 13:37:53 -08:00
epenet
33e4251606
Add binary_sensor setup type hints [h-n] ( #63269 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 11:32:26 +01:00
epenet
e20029d87f
Use attr** in meteoalarm ( #61895 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-16 23:01:31 +01:00
Marc Mueller
1ce889be60
Use assignment expressions 36 ( #58825 )
2021-10-31 18:35:27 +01:00
Chris Browet
1609d069bb
Fix Meteoalarm expired alerts ( #56255 )
2021-09-16 16:07:53 +02:00
Rolf Berkenbosch
1879a4acea
Bump meteoalertapi to 0.2.0 ( #51383 )
...
* Update manifest.json
* Add version bump to requirements
* Add version bump to requirements
* Update manifest.json
* Update manifest.json
* Update requirements_all.txt
2021-06-07 18:08:34 +02:00
Franck Nijhof
055cdc64c0
Add support for IoT class in manifest ( #46935 )
2021-04-15 10:21:38 +02:00
Erik Montnemery
14a59d290a
Update integrations j-o to override extra_state_attributes() ( #47758 )
2021-03-11 20:11:25 +01:00
springstan
ac2e290d97
Use sound, vibration and safety device class constants in various integrations ( #39952 )
...
* Use sound, vibration and safety device class constants in various integrations
* Fix wrong imports
2020-09-11 19:37:33 -05:00
Franck Nijhof
b9bd757df1
Fix meteoalarm exception handling with instance of KeyError ( #34828 )
2020-04-29 01:59:25 +02:00
Erik Montnemery
b022e08db9
Rename BinarySensorDevice to BinarySensorEntity ( #34462 )
...
* Rename BinarySensorDevice to BinarySensorEntity
* Tweak
* Move deprecation warning to __new__, add test
* Move deprecation warning back to __init__
* Move deprecation warning to __init_subclass
2020-04-23 21:57:07 +02:00
Paulus Schoutsen
f1d3c0d19b
Remove unused manifest fields ( #33595 )
2020-04-03 12:58:19 -07:00
Franck Nijhof
dc02c28891
Correct names in manifests (M-P) ( #30541 )
2020-01-07 13:28:35 +01:00
Franck Nijhof
a84741392b
Format all manifests with prettier ( #30521 )
2020-01-06 21:28:23 +01:00
springstan
518ca3afa7
Move imports to top for meteo_france ( #29394 )
2019-12-04 11:16:16 +01:00
Franck Nijhof
c7da781efc
Update documentation link URL for integrations in all manifests ( #27114 )
2019-10-02 09:25:44 -07:00
rolfberkenbosch
ca9b3b5a4c
Update meteoalertapi to version 0.1.6 ( #27099 )
2019-10-01 15:20:28 -04:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -07:00
rolfberkenbosch
d8f5e9b878
Update meteoalertapi to 0.1.5 ( #24528 )
2019-06-14 16:31:07 -04:00
rolfberkenbosch
2943ad15a5
Change meteoalertapi to version 0.1.3 ( #24307 )
...
* Change meteoalertapi to version 0.1.3
* Add requirements_all.txt file
2019-06-05 08:55:10 +02:00
Fabian Affolter
7fd2e67d11
Remove icon() ( #24280 )
2019-06-03 16:31:32 +02:00
rolfberkenbosch
c07c557298
Added new binary sensor meteoalarm to get weather alerts in Europe ( #23663 )
...
* Added new component meteoalarm
* Update sensor.py
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Added file CODEOWNERS
* Modified some code, thanks @amelchio
* removed Throttle because is not being used anymore
* Update _attributes ad _state
* some cleanup
* Update sensor.py
Change sensor to binarysensor
* Rename sensor.py to binary_sensor.py
rename the file
* Update binary_sensor.py
Removed BinarySensorDevice from class
* Update binary_sensor.py
Made a mistake with BinarySensorDevice
* Update binary_sensor.py
clean up white spaces
* Update binary_sensor.py
Fix BinarySensorDevice
* Update binary_sensor.py
cleanup the import libs
* modified __init__
* fix
* final fix, thanks @amelchio
* forgot to change the sensor.py
* correct some typo in text
* fix typos
* fix another typo
* fix typo
2019-05-07 08:19:29 +02:00