-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add climate support #48
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggest update some naming of const
custom_components/terncy/const.py
Outdated
@@ -27,7 +27,8 @@ | |||
PROFILE_YAN_BUTTON = 6 | |||
PROFILE_SMART_DIAL = 7 | |||
PROFILE_COLOR_LIGHT = 8 | |||
|
|||
# PROFILE_9 = 9 # 中央空调控制器 | |||
PROFILE_10 = 10 # 中央空调分机 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest rename to PROFILE_AC_UNIT_MACHINE
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, renamed
from ..const import ( | ||
PROFILE_10, | ||
PROFILE_11_LOCK, | ||
PROFILE_18, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest rename to PROFILE_OCCUPANCY_SENSOR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed PROFILE_18 to PROFILE_OCCUPANCY_SENSOR
Try adding
climate
support, but not tested.