Skip to content

Commit

Permalink
继续尝试正确的写法。
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Hu committed Aug 6, 2024
1 parent f1101ee commit f9c5ff5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
12 changes: 6 additions & 6 deletions custom_components/airtub_udp/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"domain": "airtub_udp",
"name": "airtub_udp",
"version": "1.0",
"documentation": "https://github.com/zenz/airtub_ha_reader",
"requirements": [],
"dependencies": [],
"codeowners": [
"@zenz"
],
"iot_class": "local_polling",
"config_flow": true,
"integration_type": "hub"
"dependencies": [],
"documentation": "https://github.com/zenz/airtub_ha_reader",
"integration_type": "hub",
"iot_class": "local_polling",
"requirements": [],
"version": "1.0"
}
6 changes: 5 additions & 1 deletion custom_components/airtub_udp/services.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
sender:
cmd:
description: "Send command(s) to the Airtub Partner"
fields:
cmd:
description: "Command(s) to send"
example: "{ \"trt\": 21}"

0 comments on commit f9c5ff5

Please sign in to comment.