Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mqtt.homeassistant] Fix compilation problems
Use Value.parseMessage in JSONSchemaLight instead of parseCommand, since that's what we're using it for. Compilation broke because PercentageValue.parseCommand now returns a Command (like Value does) instead of a PercentType (since it could be an OnOffType). Signed-off-by: Cody Cutrer <cody@cutrer.us>
- Loading branch information