Skip to content

Commit 8eb89b9

Browse files
committed
fix ha validate
1 parent 93da09e commit 8eb89b9

File tree

3 files changed

+7
-23
lines changed

3 files changed

+7
-23
lines changed

.github/workflows/validate.yaml

-17
This file was deleted.
+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"domain": "rfplayer",
33
"name": "GCE RFPlayer",
4-
"documentation": "https://github.com/gce-electronics/HA_RFPlayer",
5-
"issue_tracker": "https://github.com/gce-electronics/HA_RFPlayer/issues",
6-
"config_flow": true,
7-
"requirements": ["pyserial==3.5", "pyserial-asyncio==0.5"],
84
"codeowners": ["@Aohzan"],
5+
"config_flow": true,
96
"dependencies": [],
7+
"documentation": "https://github.com/gce-electronics/HA_RFPlayer",
108
"iot_class": "assumed_state",
11-
"version": "0.4.0"
9+
"issue_tracker": "https://github.com/gce-electronics/HA_RFPlayer/issues",
10+
"requirements": ["pyserial==3.5", "pyserial-asyncio==0.5"],
11+
"version": "0.6.1"
1212
}

custom_components/rfplayer/services.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
send_command:
2-
description: Send device command through RFPlayer.
2+
name: Send command
3+
description: Send device command through RFPlayer and create switch entity if needed.
34
fields:
45
command:
56
name: Command

0 commit comments

Comments
 (0)