core/homeassistant/components/aurora_abb_powerone
Dave T 6419950283
Aurora abb improvements (#58504)
* Add type hints.

* Refactor AuroraDevice to AuroraDeviceEntity

* Refactor AuroraDevice to AuroraDeviceEntity

* Connection class is defined in manifest.

* Separate words with underscore in variable names

* Remove duplicated code.

* Remove unused "unknown" string

* Test import yaml when integration already setup

* Remove test already done in config_flow test

* Convert variable names to snake case

* Shorten AuroraDeviceEntity to AuroraEntity

* Add typing

* Remove unnecessary integration setup in test.

* Refactor "already_setup" to "already_configured"

* Use common string

* Reduce the amount of code in the try block.

* Fix merge

* Allow yaml setup to be deferred if no comms

* Properly setup all sensors for defered yaml setup.

* Apply suggestions from code review

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Add type hints.

* Refactor AuroraDevice to AuroraDeviceEntity

* Refactor AuroraDevice to AuroraDeviceEntity

* Connection class is defined in manifest.

* Separate words with underscore in variable names

* Remove duplicated code.

* Remove unused "unknown" string

* Test import yaml when integration already setup

* Remove test already done in config_flow test

* Convert variable names to snake case

* Shorten AuroraDeviceEntity to AuroraEntity

* Add typing

* Remove unnecessary integration setup in test.

* Refactor "already_setup" to "already_configured"

* Use common string

* Reduce the amount of code in the try block.

* Allow yaml setup to be deferred if no comms

* Properly setup all sensors for defered yaml setup.

* Code review: move line out of try block.

* Improve test coverage

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-11-04 04:38:47 +01:00
..
translations [ci skip] Translation update 2021-11-03 00:11:55 +00:00
__init__.py Aurora abb improvements (#58504) 2021-11-04 04:38:47 +01:00
aurora_device.py Aurora abb improvements (#58504) 2021-11-04 04:38:47 +01:00
config_flow.py Aurora abb improvements (#58504) 2021-11-04 04:38:47 +01:00
const.py Aurora abb (solar) configflow (#36300) 2021-10-25 20:04:42 -05:00
manifest.json Aurora abb (solar) configflow (#36300) 2021-10-25 20:04:42 -05:00
sensor.py Aurora abb improvements (#58504) 2021-11-04 04:38:47 +01:00
strings.json Aurora abb improvements (#58504) 2021-11-04 04:38:47 +01:00