mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced 2025-09-13 07:37:09 +00:00
Update docs
This commit is contained in:
parent
7477bc7eb4
commit
0818afaa9a
20
README.md
20
README.md
@ -30,10 +30,8 @@ Devices commonly consist of multiple services: for example, a presence sensor mi
|
|||||||
|
|
||||||
Some services are more common than others. Some are deprecated entirely.
|
Some services are more common than others. Some are deprecated entirely.
|
||||||
|
|
||||||
|
|
||||||
todo periodical refresh of devices
|
todo periodical refresh of devices
|
||||||
todo periodical refresh of state
|
todo periodical refresh of state
|
||||||
todo handle evt.sensor.report
|
|
||||||
|
|
||||||
| Service | Example device | Implementation status |
|
| Service | Example device | Implementation status |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
@ -143,21 +141,3 @@ todo handle evt.sensor.report
|
|||||||
| technology_specific | | |
|
| technology_specific | | |
|
||||||
| time | | |
|
| time | | |
|
||||||
| version | | |
|
| version | | |
|
||||||
|
|
||||||
|
|
||||||
todo add demo mode checkbox? sample data
|
|
||||||
<!--
|
|
||||||
|
|
||||||
Notes to developers after forking or using the github template feature:
|
|
||||||
- Make sure you adjust the 'version' key in 'example/config.yaml' when you do that.
|
|
||||||
- Make sure you update 'example/CHANGELOG.md' when you do that.
|
|
||||||
- The first time this runs you might need to adjust the image configuration on github container registry to make it public
|
|
||||||
- You may also need to adjust the github Actions configuration (Settings > Actions > General > Workflow > Read & Write)
|
|
||||||
- Adjust the 'image' key in 'example/config.yaml' so it points to your username instead of 'home-assistant'.
|
|
||||||
- This is where the build images will be published to.
|
|
||||||
- Rename the example directory.
|
|
||||||
- The 'slug' key in 'example/config.yaml' should match the directory name.
|
|
||||||
- Adjust all keys/url's that points to 'home-assistant' to now point to your user/fork.
|
|
||||||
- Do awesome stuff!
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
Futurehome add-on for Home Assistant.
|
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;
|
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 = {
|
export type ServiceComponentsCreationResult = {
|
||||||
components: { [key: string]: HaComponent };
|
components: { [key: string]: HaComponent };
|
||||||
commandHandlers?: CommandHandlers;
|
commandHandlers?: CommandHandlers;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user