mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced 2025-11-18 09:09:03 +00:00
Update docs
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
Futurehome add-on for Home Assistant.
|
||||
|
||||
See the main [README.md](https://github.com/adrianjagielak/home-assistant-futurehome/blob/master/README.md)
|
||||
See the main README.md [here](https://github.com/adrianjagielak/home-assistant-futurehome/blob/master/README.md).
|
||||
|
||||
@@ -128,18 +128,6 @@ type NumberComponent = {
|
||||
value_template: string;
|
||||
}
|
||||
|
||||
// todo button reference
|
||||
// "cmps": {
|
||||
// "bla1": {
|
||||
// "p": "device_automation",
|
||||
// "automation_type": "trigger",
|
||||
// "payload": "short_press",
|
||||
// "topic": "foobar/triggers/button1",
|
||||
// "type": "button_short_press",
|
||||
// "subtype": "button_1"
|
||||
// },
|
||||
// },
|
||||
|
||||
export type ServiceComponentsCreationResult = {
|
||||
components: { [key: string]: HaComponent };
|
||||
commandHandlers?: CommandHandlers;
|
||||
|
||||
Reference in New Issue
Block a user