Skip to content

Fix Eco mode display on Nest#14706

Merged
balloob merged 2 commits intohome-assistant:devfrom
ciotlosm:fix_eco_nest
May 31, 2018
Merged

Fix Eco mode display on Nest#14706
balloob merged 2 commits intohome-assistant:devfrom
ciotlosm:fix_eco_nest

Conversation

@ciotlosm
Copy link
Copy Markdown
Contributor

@ciotlosm ciotlosm commented May 30, 2018

Description:

Related issue (if applicable): fixes #12707

Pull request in home-assistant.github.io with documentation (if applicable): N/A

Example entry for configuration.yaml (if applicable):

no changes

Checklist:

  • The code change is tested and works locally - Tested with Nest Simulator

if self._mode != NEST_MODE_HEAT_COOL and not self.is_away_mode_on:
if self._mode != NEST_MODE_HEAT_COOL and \
self._mode != STATE_ECO and \
not self.is_away_mode_on:
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

continuation line over-indented for visual indent

"""Return the temperature we try to reach."""
if self._mode != NEST_MODE_HEAT_COOL and not self.is_away_mode_on:
if self._mode != NEST_MODE_HEAT_COOL and \
self._mode != STATE_ECO and \
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

continuation line over-indented for visual indent

@balloob balloob merged commit f32b50c into home-assistant:dev May 31, 2018
@balloob balloob added this to the 0.70.1 milestone May 31, 2018
balloob pushed a commit that referenced this pull request May 31, 2018
* Fix Eco mode display on Nest

* Fix Hound problems
@balloob balloob mentioned this pull request May 31, 2018
PhilRW pushed a commit to PhilRW/home-assistant that referenced this pull request Jun 1, 2018
* Fix Eco mode display on Nest

* Fix Hound problems
girlpunk pushed a commit to girlpunk/home-assistant that referenced this pull request Sep 4, 2018
* Fix Eco mode display on Nest

* Fix Hound problems
@home-assistant home-assistant locked and limited conversation to collaborators Sep 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nest climate card contains redundant fields

4 participants