Skip to content

Commit

Permalink
remove unused conf_feels_like, fixes zacs#22
Browse files Browse the repository at this point in the history
  • Loading branch information
zacs committed Jun 4, 2021
1 parent 7670e6c commit d8676fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/dualmode_generic/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@
vol.Optional(CONF_AWAY_TEMP): vol.Coerce(float),
vol.Optional(CONF_PRECISION): vol.In(
[PRECISION_TENTHS, PRECISION_HALVES, PRECISION_WHOLE]
),
vol.Optional(CONF_FEELS_LIKE): cv.boolean,
)
}
)

Expand Down

0 comments on commit d8676fb

Please sign in to comment.