Robert Resch
3aaf859985
Add state class MEASUREMENT_ANGLE to wind direction sensor ( #141392 )
...
* Add state class MEASUREMENT_ANGLE to wind direction sensor
* Update snapshots
* Add some more
2025-03-26 13:58:23 +01:00
Robert Resch
97c558b694
Add WIND_DIRECTION to SensorDeviceClass and NumberDeviceClass ( #138714 )
...
* Add WIND_DIRECTION to SensorDeviceClass
* Add WIND_DIRECTION to NumberDeviceClass
* Fix tests
2025-02-19 12:24:22 +01:00
Erik Montnemery
f83c8de8d3
Update signature of platforms' async_setup_entry ( #138201 )
2025-02-10 21:08:03 +01:00
Franck Nijhof
f8399b2c0f
Revert "Add state_class to EcoWittSensorTypes.DEGREE" ( #134079 )
2024-12-27 13:17:47 +01:00
Thomas Kunzfeld
9840785363
Add state_class to EcoWittSensorTypes.DEGREE ( #134004 )
...
Add state_class to EcoWittSensorTypes.DEGREE (#129260 )
2024-12-27 00:12:54 +01:00
Robert Resch
05ffd637f5
Migrate Ecowitt to runtime_data ( #120675 )
2024-06-30 15:29:00 +02:00
William Grant
c02ac5e538
Classify more ecowitt power supply sensors as diagnostics ( #119555 )
2024-06-13 09:29:57 +02:00
Peter Antonvich
189c07d502
Correct state class of ecowitt hourly rain rate sensors ( #110475 )
...
* Update sensor.py for Hourly Rain Rates mm and in
hourly_rain_rate from integration ecowitt has state class total_increasing, but its state is not strictly increasing
* Update sensor.py format
2024-05-08 17:19:16 +02:00
Marc Mueller
0e3945ca6c
Add empty line after module docstring [d-f] ( #112698 )
2024-03-08 14:15:26 +01:00
dcmeglio
1a037da9f5
Add sensor for Ecowitt raw soil moisture value ( #109849 )
2024-02-07 10:47:40 +01:00
Paul Bottein
1176003b51
Move Ecowitt battery sensor into diagnostic category ( #102569 )
2023-10-23 10:07:31 +02:00
Paul Bottein
8b25fd8563
Use total increasing for ecowitt precipitation and lightning count ( #90099 )
2023-06-27 19:32:06 +02:00
epenet
911863ebf4
Use Irradiance unit and device class in integrations ( #83576 )
2022-12-08 23:51:47 +01:00
epenet
a14e465246
Use new device class in ecowitt ( #83364 )
2022-12-06 10:15:01 +01:00
epenet
7796f361fc
Use precipitation_intensity class in integrations ( #80615 )
2022-10-26 13:32:06 +02:00
epenet
7838bb3ebe
Replace new PRECIPITATION_INTENSITY with enum ( #80653 )
2022-10-25 16:45:45 +02:00
epenet
2b2275dfb3
Use US_CUSTOMARY_SYSTEM in components ( #80623 )
2022-10-19 18:54:50 +02:00
epenet
62b0735822
Adjust precipitation units in components ( #79783 )
...
* Adjust precipitation units in components
* Don't update darksky
2022-10-19 15:09:05 +02:00
epenet
7b47f12f48
Drop use of is_metric
in ecowitt ( #80267 )
2022-10-14 12:53:24 +02:00
Pascal Vizeli
0ab19fe6f6
Bump aioecowitt 2022.09.2 ( #78287 )
...
* Bump aioecowitt 2022.09.2
* add percentage type
2022-09-13 22:11:57 +03:00
Paulus Schoutsen
b2692ecc80
Fix ecowitt typing ( #78171 )
2022-09-09 23:32:14 -04:00
Pascal Vizeli
105bb3e082
Ecowitt integration ( #77441 )
...
* Add ecowitt integration
* add tests
* use total
* use total
* test coverage
* Update homeassistant/components/ecowitt/__init__.py
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Update homeassistant/components/ecowitt/binary_sensor.py
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Update homeassistant/components/ecowitt/entity.py
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Update homeassistant/components/ecowitt/diagnostics.py
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* add to async_on_unload
* remove attr_name / unload callback
* support unload platforms
* using replace
* address mapping
* update type
* mark final
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Fix bracket
* Fix another bracket
* Address comment
* Add strings
* update tests
* Update homeassistant/components/ecowitt/strings.json
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* update text
* Update homeassistant/components/ecowitt/strings.json
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-31 12:51:39 +02:00