-
-
Notifications
You must be signed in to change notification settings - Fork 37.4k
Provide the improved service UX with deCONZ services #48382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
frenck
merged 12 commits into
home-assistant:dev
from
Kane610:deconz-support_improved_service_definitions
Mar 31, 2021
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
7f944fb
Follow the new improved services
Kane610 085475e
Update homeassistant/components/deconz/services.yaml
Kane610 19ce17c
Update homeassistant/components/deconz/services.yaml
Kane610 4049fe2
Update homeassistant/components/deconz/services.yaml
Kane610 041ecc0
Update homeassistant/components/deconz/services.yaml
Kane610 5823b64
Update homeassistant/components/deconz/services.yaml
Kane610 09e8637
Update homeassistant/components/deconz/services.yaml
Kane610 fe3dfdf
Update homeassistant/components/deconz/services.yaml
Kane610 3314b83
Update homeassistant/components/deconz/services.yaml
Kane610 9399030
Update homeassistant/components/deconz/services.yaml
frenck eef0c5f
Update homeassistant/components/deconz/services.yaml
frenck ccad8d7
Update homeassistant/components/deconz/services.yaml
frenck File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -1,32 +1,66 @@ | ||
| configure: | ||
| description: Set attribute of device in deCONZ. See https://home-assistant.io/integrations/deconz/#device-services for details. | ||
| name: Configure | ||
| description: >- | ||
| Configure attributes of either a device endpoint in deCONZ | ||
| or the deCONZ service itself. | ||
| fields: | ||
| entity: | ||
| description: Entity id representing a specific device in deCONZ. | ||
| name: Entity | ||
| description: Represents a specific device endpoint in deCONZ. | ||
| example: "light.rgb_light" | ||
| selector: | ||
| entity: | ||
| integration: deconz | ||
| field: | ||
| name: Path | ||
| selector: | ||
| text: | ||
| description: >- | ||
| Field is a string representing a full path to deCONZ endpoint (when | ||
| String representing a full path to deCONZ endpoint (when | ||
| entity is not specified) or a subpath of the device path for the | ||
| entity (when entity is specified). | ||
| example: '"/lights/1/state" or "/state"' | ||
| data: | ||
| description: Data is a JSON object with what data you want to alter. | ||
| name: Configuration payload | ||
| required: true | ||
| selector: | ||
| object: | ||
| description: JSON object with what data you want to alter. | ||
| example: '{"on": true}' | ||
| bridgeid: | ||
| description: (Optional) Bridgeid is a string unique for each deCONZ hardware. It can be found as part of the integration name. | ||
| name: Bridge identifier | ||
| selector: | ||
| text: | ||
| description: >- | ||
| Unique string for each deCONZ hardware. | ||
| It can be found as part of the integration name. | ||
| Useful if you run multiple deCONZ integrations. | ||
| example: "00212EFFFF012345" | ||
|
|
||
| device_refresh: | ||
| description: Refresh device lists from deCONZ. | ||
| name: Device refresh | ||
| description: Refresh available devices from deCONZ. | ||
| fields: | ||
| bridgeid: | ||
| description: (Optional) Bridgeid is a string unique for each deCONZ hardware. It can be found as part of the integration name. | ||
| name: Bridge identifier | ||
| selector: | ||
| text: | ||
| description: >- | ||
| Unique string for each deCONZ hardware. | ||
| It can be found as part of the integration name. | ||
| Useful if you run multiple deCONZ integrations. | ||
| example: "00212EFFFF012345" | ||
|
|
||
| remove_orphaned_entries: | ||
| name: Remove orphaned entries | ||
| description: Clean up device and entity registry entries orphaned by deCONZ. | ||
| fields: | ||
| bridgeid: | ||
| description: (Optional) Bridgeid is a string unique for each deCONZ hardware. It can be found as part of the integration name. | ||
| name: Bridge identifier | ||
| selector: | ||
| text: | ||
| description: >- | ||
| Unique string for each deCONZ hardware. | ||
| It can be found as part of the integration name. | ||
| Useful if you run multiple deCONZ integrations. | ||
| example: "00212EFFFF012345" | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.