Skip to content

Commit

Permalink
Merge branch 'release/v7.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jabesq committed Nov 5, 2022
2 parents 8156790 + 34863c8 commit 434658f
Show file tree
Hide file tree
Showing 13 changed files with 2,092 additions and 2,517 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ci:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.1.0
rev: v3.2.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down Expand Up @@ -70,9 +70,10 @@ repos:
additional_dependencies: [flake8-typing-imports==1.11.0]

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.1.0
rev: v2.2.0
hooks:
- id: setup-cfg-fmt
args: [--include-version-classifiers]

- repo: local
hooks:
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

## [7.4.0]

### Added

- Add NLUF device stub

### Changed

- Update test fixture data to be in line with HA tests

### Fixed

- Handle unknown device types and log
- Fix misc device types and add stubs for unknown

## [7.3.0]

### Added
Expand Down
54 changes: 23 additions & 31 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 434658f

Please sign in to comment.