-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and add more HomeAssistant integration.
Breaking API due to package move, but better entity setups and that sort of thing. Also **much** easier to attach a lot of entities to the same device.
- Loading branch information
1 parent
1c22921
commit 10ae1b3
Showing
9 changed files
with
301 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Home Assistant Integration via MQTT | ||
|
||
Classes in the [mqtt/homeassistant](src/main/kotlin/crackers/kobots/mqtt/homeassistant) directory. Basically | ||
provides an abstraction for various things to integrate themselves with Home Assistant. This includes (so far): | ||
|
||
* Simple lights | ||
* Simple sensors | ||
|
||
## TODO | ||
|
||
* Expand on the lights | ||
* Create "multi-value" sensors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.