Skip to content

Commit

Permalink
Fix hassfest issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bergdahl committed Jul 4, 2024
1 parent 652c09d commit 1dca181
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions custom_components/growcube/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ water_plant:
channel:
name: Channel
description: Channel on which the plant is located
translation_key: "channel"
required: true
example: 'A'
selector:
Expand All @@ -23,7 +22,6 @@ water_plant:
duration:
name: Duration
description: Duration for which to water the plant
translation_key: "duration"
required: true
default: 5
example: 5
Expand All @@ -43,7 +41,6 @@ set_smart_watering:
channel:
name: Channel
description: Channel on which plant is located
translation_key: "channel"
required: true
example: 'A'
selector:
Expand Down Expand Up @@ -93,7 +90,6 @@ set_scheduled_watering:
channel:
name: Channel
description: Channel on which plant is located
translation_key: "channel"
required: true
example: 'A'
selector:
Expand Down Expand Up @@ -135,7 +131,6 @@ delete_watering:
channel:
name: Channel
description: Channel on which plant is located
translation_key: "channel"
required: true
example: 'A'
selector:
Expand Down
3 changes: 0 additions & 3 deletions custom_components/growcube/translations/en.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"title": "GrowCube",
"channel": "Channel",
"min": "Min. value",
"max": "Max. value",
"config": {
"step": {
"user": {
Expand Down

0 comments on commit 1dca181

Please sign in to comment.