Skip to content

Commit

Permalink
Correct ClimateDevice change missed in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mww012 committed Jul 9, 2020
1 parent 6e2e63f commit 0ec4805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/infinitive/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def setup_platform(hass, config, add_entities, discovery_info=None):
add_entities([InfinitiveDevice(inf_device, name, temp_min_spread)])


class InfinitiveDevice(ClimateDevice):
class InfinitiveDevice(ClimateEntity):
"""Representation of an Infinitive Device."""

def __init__(self, inf_device, name, temp_min_spread):
Expand Down

0 comments on commit 0ec4805

Please sign in to comment.