-
- Downloads
Add Sensors to Weatherflow Cloud (#111651)
* continue * Rebase dev * signle function to generate attr_entity info * rewrite icon determination as an if block * handling PR * Removing wind sensors for now - separate future PR * ruff * Update coordinator.py Thought i already did this * Update sensor.py * Update icons.json * Update sensor.py * Update homeassistant/components/weatherflow_cloud/entity.py Co-authored-by:Joost Lekkerkerker <joostlek@outlook.com> * working on a unified entity * working on a unified entity * sensor refactor * addressing entity comment * Update homeassistant/components/weatherflow_cloud/entity.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * Update homeassistant/components/weatherflow_cloud/sensor.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * doc * pr comments again * fixing PR * fixing PR * applying entity class in sensor * Update homeassistant/components/weatherflow_cloud/sensor.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * Cleaning up weather.py * station id cleanup for weather class * rewrite adding sensors the correct way * Adding snapshot testing * snapshot update * added total class * updated snapshots * minor tweak * snapshot away * adding more coverage * switch back to total * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com>
Showing
- homeassistant/components/weatherflow_cloud/__init__.py 1 addition, 1 deletionhomeassistant/components/weatherflow_cloud/__init__.py
- homeassistant/components/weatherflow_cloud/coordinator.py 1 addition, 2 deletionshomeassistant/components/weatherflow_cloud/coordinator.py
- homeassistant/components/weatherflow_cloud/entity.py 38 additions, 0 deletionshomeassistant/components/weatherflow_cloud/entity.py
- homeassistant/components/weatherflow_cloud/icons.json 42 additions, 0 deletionshomeassistant/components/weatherflow_cloud/icons.json
- homeassistant/components/weatherflow_cloud/manifest.json 1 addition, 0 deletionshomeassistant/components/weatherflow_cloud/manifest.json
- homeassistant/components/weatherflow_cloud/sensor.py 208 additions, 0 deletionshomeassistant/components/weatherflow_cloud/sensor.py
- homeassistant/components/weatherflow_cloud/strings.json 60 additions, 0 deletionshomeassistant/components/weatherflow_cloud/strings.json
- homeassistant/components/weatherflow_cloud/weather.py 5 additions, 17 deletionshomeassistant/components/weatherflow_cloud/weather.py
- tests/components/weatherflow_cloud/__init__.py 12 additions, 0 deletionstests/components/weatherflow_cloud/__init__.py
- tests/components/weatherflow_cloud/conftest.py 57 additions, 0 deletionstests/components/weatherflow_cloud/conftest.py
- tests/components/weatherflow_cloud/fixtures/forecast.json 4783 additions, 0 deletionstests/components/weatherflow_cloud/fixtures/forecast.json
- tests/components/weatherflow_cloud/fixtures/station_observation.json 100 additions, 0 deletions...nents/weatherflow_cloud/fixtures/station_observation.json
- tests/components/weatherflow_cloud/fixtures/stations.json 132 additions, 0 deletionstests/components/weatherflow_cloud/fixtures/stations.json
- tests/components/weatherflow_cloud/snapshots/test_sensor.ambr 1556 additions, 0 deletions...s/components/weatherflow_cloud/snapshots/test_sensor.ambr
- tests/components/weatherflow_cloud/snapshots/test_weather.ambr 62 additions, 0 deletions.../components/weatherflow_cloud/snapshots/test_weather.ambr
- tests/components/weatherflow_cloud/test_sensor.py 29 additions, 0 deletionstests/components/weatherflow_cloud/test_sensor.py
- tests/components/weatherflow_cloud/test_weather.py 29 additions, 0 deletionstests/components/weatherflow_cloud/test_weather.py
Loading
Please register or sign in to comment