DavidMStraub / homeassistant-homeconnect

Custom component for Home Assistant to connect appliances supporting the Home Connect standard
MIT License
116 stars 29 forks source link

port remote sensors from core to beta #124

Closed badguy99 closed 3 years ago

badguy99 commented 3 years ago

This is a copy of https://github.com/home-assistant/core/pull/45610/ that is already merged in the home_connect integration in Home Assistant core. It adds binary sensors for Remote Control Activation State and Remote Start Allowance State, which are either on or off. It also adds a sensor for Operation State which has a number of different state values depending on what type of machine we are dealing with and what the machine is doing

It is basically a straight copy, though also adds the right bits to the WasherDryer class which doesn't exist in core.

closes: #99

DavidMStraub commented 3 years ago

Thanks! Can you please rebase to master since I've just merged #123? Is it OK to merge this before #122 or do you prefer the other way round?

badguy99 commented 3 years ago

Yep will get that done later. Merge either way around is fine, they should be independent of each other.