-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Christian Klits video and blueprints to README
Remove old automation examples and Blueprints Add better source checking, ensuring that all sources that are shown are available Add sections to custom services that use JIDs
- Loading branch information
Showing
8 changed files
with
138 additions
and
152 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,14 @@ beolink_join: | |
device: | ||
integration: bang_olufsen | ||
fields: | ||
beolink_jid: | ||
required: false | ||
example: [email protected] | ||
selector: | ||
text: | ||
jid_options: | ||
collapsed: false | ||
fields: | ||
beolink_jid: | ||
required: false | ||
example: [email protected] | ||
selector: | ||
text: | ||
|
||
beolink_expand: | ||
target: | ||
|
@@ -25,15 +28,18 @@ beolink_expand: | |
example: false | ||
selector: | ||
boolean: | ||
beolink_jids: | ||
required: false | ||
example: >- | ||
[ | ||
[email protected], | ||
[email protected] | ||
] | ||
selector: | ||
object: | ||
jid_options: | ||
collapsed: false | ||
fields: | ||
beolink_jids: | ||
required: false | ||
example: >- | ||
[ | ||
[email protected], | ||
[email protected] | ||
] | ||
selector: | ||
object: | ||
|
||
beolink_unexpand: | ||
target: | ||
|
@@ -43,15 +49,18 @@ beolink_unexpand: | |
device: | ||
integration: bang_olufsen | ||
fields: | ||
beolink_jids: | ||
required: true | ||
example: >- | ||
[ | ||
[email protected], | ||
[email protected] | ||
] | ||
selector: | ||
object: | ||
jid_options: | ||
collapsed: false | ||
fields: | ||
beolink_jids: | ||
required: true | ||
example: >- | ||
[ | ||
[email protected], | ||
[email protected] | ||
] | ||
selector: | ||
object: | ||
|
||
beolink_leave: | ||
target: | ||
|
Oops, something went wrong.