-
- Downloads
Refactor Influx logic to reduce V1 vs V2 code paths (#37232)
* refactoring to share logic and sensor startup error test * Added handling for V1 InfluxDBServerError to start-up and runtime and test for it * Added InfluxDBServerError test to sensor setup tests * Raising PlatformNotReady exception from sensor for setup failure * Proper testing of PlatformNotReady error
Showing
- homeassistant/components/influxdb/__init__.py 226 additions, 144 deletionshomeassistant/components/influxdb/__init__.py
- homeassistant/components/influxdb/const.py 26 additions, 6 deletionshomeassistant/components/influxdb/const.py
- homeassistant/components/influxdb/sensor.py 115 additions, 193 deletionshomeassistant/components/influxdb/sensor.py
- tests/components/influxdb/test_init.py 7 additions, 0 deletionstests/components/influxdb/test_init.py
- tests/components/influxdb/test_sensor.py 86 additions, 2 deletionstests/components/influxdb/test_sensor.py
Loading
Please register or sign in to comment