Skip to content

Commit

Permalink
HACS Validate
Browse files Browse the repository at this point in the history
  • Loading branch information
xZetsubou authored Aug 22, 2023
1 parent 8979c17 commit 3254eee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
25 changes: 13 additions & 12 deletions custom_components/localtuya/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"domain": "localtuya",
"name": "LocalTuya integration",
"documentation": "https://github.com/xZetsubou/hass-localtuya/",
"issue_tracker": "https://github.com/xZetsubou/hass-localtuya/issues",
"codeowners": [
"@rospogrigio", "@postlund"
],
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_push",
"dependencies": [],
"requirements": [],
"version": "5.2.1"
}
"codeowners": [
"@rospogrigio",
"@postlund"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/xZetsubou/hass-localtuya/",
"integration_type": "hub",
"iot_class": "local_push",
"issue_tracker": "https://github.com/xZetsubou/hass-localtuya/issues",
"requirements": [],
"version": "5.2.1"
}
4 changes: 3 additions & 1 deletion custom_components/localtuya/services.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
reload:
name: "Reload"
description: Reload localtuya and reconnect to all devices.

set_dp:
name: "Set DP Value"
description: Change the value of a datapoint (DP)
fields:
device_id:
Expand All @@ -12,4 +14,4 @@ set_dp:
example: 1
value:
description: New value to set
example: False
example: False

0 comments on commit 3254eee

Please sign in to comment.