Commit Graph

481 Commits

Author SHA1 Message Date
dependabot[bot]
165d438eb5
Bump black from 21.10b0 to 21.11b1 (#136)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-29 15:14:48 +13:00
github-actions[bot]
76c721f9a5 Bump version to 10.3.0 2021-11-29 00:59:42 +00:00
Jesse Hills
dcad9cdcb7
Add support for Button entities (#143) 2021-11-29 13:59:23 +13:00
Oxan van Leeuwen
f68fc025a8
Fix mypy errors (#139) 2021-11-22 23:08:04 +01:00
dependabot[bot]
04d3ab6a93
Bump isort from 5.9.3 to 5.10.0 (#133) 2021-11-03 11:21:26 +01:00
github-actions[bot]
6e28c68c41 Bump version to 10.2.1 2021-11-01 16:28:26 +00:00
dependabot[bot]
c0ad49af92
Bump black from 21.9b0 to 21.10b0 (#132) 2021-11-01 17:28:06 +01:00
github-actions[bot]
d7359a038f Bump version to 10.2.0 2021-10-28 18:03:57 +00:00
Jesse Hills
09d760a3dd
Expose webserver port via native API (#131) 2021-10-29 07:03:39 +13:00
github-actions[bot]
b43f64f829 Bump version to 10.1.0 2021-10-26 22:45:28 +00:00
Jesse Hills
6bda4e4797
Add EntityCategory (#130) 2021-10-27 11:45:09 +13:00
github-actions[bot]
47781c04e1 Bump version to 10.0.4 2021-10-23 19:58:05 +00:00
Otto Winter
d052f59800
Constrain GH Actions workflows permissions (#129) 2021-10-23 21:57:46 +02:00
Otto Winter
ca3a14b1bc
Fix connect login 2 (#128) 2021-10-21 19:24:03 +02:00
Otto Winter
3b8b2d9d66
Fix login error cleanup (#126) 2021-10-21 19:20:05 +02:00
github-actions[bot]
1402ecaabc Bump version to 10.0.3 2021-10-21 17:01:01 +00:00
Otto Winter
69f976cd9e
Fix Dockerfile missing libprotobuf-dev (#127) 2021-10-21 18:59:33 +02:00
Otto Winter
ccf9fcbe2b
Fix protoc lint uses different version than docker image (#125) 2021-10-21 16:53:32 +02:00
github-actions[bot]
a707e00f70 Bump version to 10.0.2 2021-10-21 14:52:48 +00:00
Otto Winter
5c37ce907a
Apply float fix for all float attributes (#124) 2021-10-21 16:52:29 +02:00
Jesse Hills
e809c10f81
Dont inherit icon for camera entities (#123) 2021-10-21 09:08:47 +02:00
Otto Winter
07d16dc1ab
Prevent showing password in error logs (#121) 2021-10-14 11:25:51 +02:00
github-actions[bot]
79b4649f74 Bump version to 10.0.1 2021-10-13 22:45:36 +00:00
dependabot[bot]
4cbd3596b8
Bump types-protobuf from 3.17.5 to 3.18.0 (#120)
Bumps [types-protobuf](https://github.com/python/typeshed) from 3.17.5 to 3.18.0.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-14 00:45:20 +02:00
Otto Winter
5bfa90e7c8
Update records in one go (#119) 2021-10-13 10:56:29 +02:00
Otto Winter
b3d1f13eeb
Add connect_error callback to ReconnectLogic (#111) 2021-10-13 10:46:13 +02:00
Otto Winter
dd9d716c10
Require zeroconf >=0.36 (#118) 2021-10-13 10:19:42 +02:00
github-actions[bot]
dec73b8e29 Bump version to 10.0.0 2021-10-13 08:15:49 +00:00
Otto Winter
f3aaf0391d
Remove eventloop parameter (#110) 2021-10-13 10:15:30 +02:00
Otto Winter
9ca228cd1e
Refactor frame_helper into new module (#109) 2021-10-13 10:05:08 +02:00
dependabot[bot]
48ea96f9da
Bump types-protobuf from 3.17.4 to 3.17.5 (#117)
Bumps [types-protobuf](https://github.com/python/typeshed) from 3.17.4 to 3.17.5.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 12:20:35 +02:00
dependabot[bot]
3e3e3c7e11
Bump flake8 from 4.0.0 to 4.0.1 (#116)
Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/4.0.0...4.0.1)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 12:09:35 +02:00
dependabot[bot]
0b7e9146f8
Bump flake8 from 3.9.2 to 4.0.0 (#115) 2021-10-11 12:55:06 +02:00
github-actions[bot]
84cb933126 Bump version to 9.2.0 2021-10-10 08:41:50 +00:00
Paul Monigatti
c46d1c3822
Add 'icon' field to Binary Sensor, Climate, Cover, Fan, and Light (#106)
* Added light icon to API

* Added icon property to Binary Sensor, Climate, Cover, and Fan entities
2021-10-10 10:41:37 +02:00
github-actions[bot]
b3d5d376fb Bump version to 9.1.5 2021-10-05 08:56:52 +00:00
Otto Winter
06806b4490
Fix wrapping native RequiresEncryption error types (#113) 2021-10-05 10:56:35 +02:00
github-actions[bot]
e422847861 Bump version to 9.1.4 2021-10-04 10:30:20 +00:00
Otto Winter
7a49609ef0
Fix write_packet error not re-raised (#112) 2021-10-04 12:30:03 +02:00
github-actions[bot]
8da288a2b0 Bump version to 9.1.3 2021-10-04 10:13:03 +00:00
Otto Winter
5b99d5c1dd
Refactor connection class to resolve connect issues (#108) 2021-10-04 12:12:43 +02:00
github-actions[bot]
e03015f8b4 Bump version to 9.1.2 2021-10-01 09:25:35 +00:00
Otto Winter
e18d4b61b6
Fix plaintext logs unexpected when handled (#107) 2021-10-01 11:25:20 +02:00
dependabot[bot]
4e573999c5
Bump pylint from 2.10.2 to 2.11.1 (#104)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Otto winter <otto@otto-winter.com>
2021-09-19 19:08:18 +02:00
Martin
ae4137364e
fixes connection isssue#87 (#105) 2021-09-17 19:22:20 +02:00
J. Nick Koston
2e22b232fb
Avoid executor jump to resolve ip addresses (#103) 2021-09-17 17:44:30 +02:00
github-actions[bot]
745c9b5fce Bump version to 9.1.1 2021-09-14 12:00:13 +00:00
dependabot[bot]
766e97ea90
Bump black from 21.8b0 to 21.9b0 (#101)
Bumps [black](https://github.com/psf/black) from 21.8b0 to 21.9b0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-14 13:59:57 +02:00
Otto Winter
5c9e7acbce
Emit different Exception types to differentiate between connection errors (#102)
* Emit different Exception types to differentiate between connection errors

* Import in init
2021-09-14 12:44:52 +02:00
github-actions[bot]
0660f1cd05 Bump version to 9.1.0 2021-09-09 01:12:08 +00:00