Fixed (#15) commandType
parameters in Generic Command
.
Suggest updating if you need to control custom remotes created in the mobile app.
Add service SwitchBot IR Light Control
:
Send command via infrared to light device.
Corrected some descriptions.
Reworked the way Refresh Devices
assigns Friendly Names
.
Removed notifications to all channels in case of errors during Refresh Devices
.
Now HVAC will have a dedicated icon once the dummy switch is created (Refresh Devices
).
Renamed SwitchBot HVAC API Interface
in SwitchBot IR HVAC Control
: it doesn't affect function it's just a visual thing.
Renamed SwitchBot Generic Command API Interface
in SwitchBot Generic Command
: it doesn't affect function it's just a visual thing.
Add service SwitchBot Refresh Devices
:
Retrieves your IR devices from the API. Services now requires device
instead of deviceId
. No need to copy paste the id manually anymore.
Previously:
- Services param was
deviceId
Now:
- Services Param is
device
(home assistant ID for sensor, e.g.switch.switchbot_remote_my_light
)
Make sure to run SwitchBot Refresh Devices
before configuring anything else.
Add Service SwitchBot Turn On
Add Service SwitchBot Turn Off
The turn<On/Off>
services allow you to switch On and Off your device with a simple command requiring only the deviceId.
Almost all devices are compatible with this command according to the API documentation.
Add Service SwitchBot HVAC API Interface
Add Service SwitchBot Generic Command API Interface