core/homeassistant
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
..
auth Bump pyotp to 2.6.0 (#58413) 2021-10-26 20:41:12 +02:00
components Aurora abb improvements (#58504) 2021-11-04 04:38:47 +01:00
generated Add support for TP-Link KL400L5 (#58944) 2021-11-02 12:23:30 -05:00
helpers Add missing ZMW currency (#58959) 2021-11-02 20:21:56 -07:00
scripts
util Fix recursive limit in find_next_time_expression_time (#58914) 2021-11-02 00:11:17 +01:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py
config.py
config_entries.py
const.py Add entity category 'system' (#58595) 2021-10-28 14:36:41 +02:00
core.py
data_entry_flow.py Use assignment expressions 34 (#58823) 2021-10-31 19:01:16 +01:00
exceptions.py
loader.py Ensure domain is correct format (#58429) 2021-10-25 15:56:07 -07:00
package_constraints.txt Update frontend to 20211103.0 (#58988) 2021-11-03 11:51:17 +01:00
requirements.py
runner.py
setup.py
strings.json