Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to the new fan platform #542

Merged
merged 53 commits into from
Jan 3, 2022
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
ec793a1
Update en.json
tinglis1 Aug 18, 2021
5217014
Update const.py
tinglis1 Aug 18, 2021
761a5f1
Update fan.py
tinglis1 Aug 18, 2021
4eb1806
Update fan.py
tinglis1 Aug 18, 2021
b8acadc
working
tinglis1 Aug 18, 2021
e613075
update to new fan entity percentage configuration
tinglis1 Aug 19, 2021
94c3af1
update to new fan entity percentage
tinglis1 Aug 19, 2021
4cc7ffc
update to new fan entity configuration
tinglis1 Aug 19, 2021
5cbf556
remove comments
tinglis1 Aug 19, 2021
45890cf
Merge branch 'master' into master
tinglis1 Aug 26, 2021
8196703
fixed logger error
tinglis1 Sep 2, 2021
3eacbbd
spelling error
tinglis1 Oct 5, 2021
3fca556
Update fan.py
psbankar Oct 6, 2021
3f2606a
Merge pull request #1 from psbankar/master
tinglis1 Oct 20, 2021
30f95d8
Merge branch 'master' into master
tinglis1 Oct 22, 2021
ec223ba
add presets and integer/string option
tinglis1 Oct 26, 2021
6f281a0
missing imports
tinglis1 Oct 26, 2021
0c59ddc
correctly split preset and speed in updates
tinglis1 Oct 26, 2021
7ac4fe5
Revert "correctly split preset and speed in updates"
tinglis1 Oct 26, 2021
0f43923
Revert "missing imports"
tinglis1 Oct 26, 2021
c8e660d
Revert "add presets and integer/string option"
tinglis1 Oct 26, 2021
c99a93b
Fix speed variable error
tinglis1 Nov 9, 2021
9bf9b9f
fix formatting errors
tinglis1 Nov 11, 2021
af9f11a
fix formatting errors
tinglis1 Nov 11, 2021
77f9159
workflow_dispatch
tinglis1 Nov 11, 2021
eda45fc
fix tox errors
tinglis1 Nov 11, 2021
e741b2f
Merge branch 'master' of https://github.com/tinglis1/localtuya
tinglis1 Nov 11, 2021
f175394
checks updates and tox fixes
tinglis1 Nov 11, 2021
c30c68d
tox
tinglis1 Nov 11, 2021
01b9b00
fix requirements
tinglis1 Nov 11, 2021
6e6cd08
fix tox errors
tinglis1 Nov 11, 2021
95ef271
more tox fixes
tinglis1 Nov 11, 2021
a171430
fix error
tinglis1 Nov 11, 2021
e55cd20
line length issue
tinglis1 Nov 11, 2021
8d5da3d
remove dev tool changes fro branch
tinglis1 Nov 11, 2021
c9c96ad
revert dev tool config files for master branch
tinglis1 Nov 11, 2021
44ba820
Merge pull request #2 from tinglis1/dev
tinglis1 Nov 11, 2021
e979a4b
update dev checker tools
tinglis1 Nov 11, 2021
994aac3
Merge branch 'add-string/integer-and-preset' of https://github.com/ti…
tinglis1 Nov 11, 2021
445b62e
tox.yaml
tinglis1 Nov 11, 2021
1c2f4ba
Delete settings.json
tinglis1 Nov 11, 2021
e8aa5ac
integration inputs
tinglis1 Nov 11, 2021
d600cba
fix tox errors
tinglis1 Nov 11, 2021
ced1550
Merge branch 'master' into master
tinglis1 Dec 17, 2021
88a5a73
Merge branch 'master' into master
rospogrigio Dec 21, 2021
e1ac7de
remove blank line
tinglis1 Dec 22, 2021
a25bf75
tox fixes
tinglis1 Dec 22, 2021
0e048af
fix issue with last tox fix
tinglis1 Dec 22, 2021
b748f04
Remove blank line
tinglis1 Dec 22, 2021
a6ef6a4
Merge branch 'add-string/integer-and-preset' into master
tinglis1 Dec 22, 2021
d878391
readme updated
tinglis1 Dec 22, 2021
ddee11f
Revert "Merge branch 'add-string/integer-and-preset' into master"
tinglis1 Dec 22, 2021
764993f
Merge branch 'master' into master
rospogrigio Jan 3, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix requirements
  • Loading branch information
tinglis1 committed Nov 11, 2021
commit 01b9b00050c5970654aab7a2d03959fba169a074
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ codespell==2.0.0
flake8==3.9.2
mypy==0.910
pydocstyle==6.1.1
cryptography==3.2
cryptography==3.4.8
pylint==2.11.1
pylint-strict-informational==0.1
homeassistant==2021.11.2