Update docs

This commit is contained in:
Adrian Jagielak
2025-07-23 21:20:05 +02:00
parent 7477bc7eb4
commit 0818afaa9a
3 changed files with 1 additions and 33 deletions

View File

@@ -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).

View File

@@ -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;