Skip to content

Update tolerance description #1569

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

Merged
merged 2 commits into from
Dec 11, 2016
Merged

Update tolerance description #1569

merged 2 commits into from
Dec 11, 2016

Conversation

r-jordan
Copy link
Contributor

@r-jordan r-jordan commented Dec 9, 2016

Description:

Update tolerance description.

Pull request in home-assistant :

home-assistant/core#4830

@mention-bot
Copy link

@r-jordan, thanks for your PR! By analyzing the history of the files in this pull request, we identified @lwis, @fabaff and @mnoorenberghe to be potential reviewers.

@@ -34,7 +34,7 @@ Configuration variables:
- **target_temp** (*Optional*): Set initial target temperature. Failure to set this variable will result in target temperature being set to null on startup.
- **ac_mode** (*Optional*): Set the switch specified in the *heater* option to be treated as a cooling device instead of a heating device.
- **min_cycle_duration** (*Optional*): Set a minimum amount of time that the switch specified in the *heater* option must be in it's current state prior to being switched either off or on.
- **tolerance** (*Optional*): Set a minimum amount of temperature change that the sensor specified in the *target_sensor* option must change prior to being switched either off or on.
- **tolerance** (*Optional*): Set a minimum amount of difference between the temperature readed by the sensor specified in the *target_sensor* option and the target temperature that must change prior to being switched either off or on. For example, if the target temperature is 25 and the tolerance is 0.5 the heater will start when the sensor goes below 24.5 and it will stop when the sensor goes above 25.5.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'readed' should be 'read'

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ops! I'm sorry for the mistake. My English is not as good as I would like to be.

@lwis
Copy link
Member

lwis commented Dec 11, 2016

Thanks! 🐊

@lwis lwis merged commit c2f5364 into home-assistant:next Dec 11, 2016
@r-jordan r-jordan deleted the patch-1 branch December 12, 2016 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants