Skip to content

Commit

Permalink
Add link to README.md
Browse files Browse the repository at this point in the history
Fix service.yaml
  • Loading branch information
bergdahl committed Jul 4, 2024
1 parent 1dca181 commit ac6cf9f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Home Assistant integration for the [Elecrow GrowCube](https://www.elecrow.com/gr
> will not be able to connect using the phone app while Home Assistant is running the integration,
> or vice versa.
## Installing the integration

Click the button to add this repository to HACS.

[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=jonnybergdahl&category=Integration&repository=HomeAssistant_Growcube_Integration)

## Getting help

You can reach me at [#jonnys-place](https://discord.gg/SeHKWPu9Cw) on Brian Lough's Discord.
Expand Down
2 changes: 1 addition & 1 deletion custom_components/growcube/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/jonnybergdahl/homeassistant_growcube",
"issue_tracker": "https://github.com/jonnybergdahl/homeassistant_growcube/issues",
"iot_class": "local_push",
"issue_tracker": "https://github.com/jonnybergdahl/homeassistant_growcube/issues",
"requirements": [
"growcube-client==1.2.2"
],
Expand Down
8 changes: 8 additions & 0 deletions custom_components/growcube/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ water_plant:
description: Water a plant for a specified duration on a specified channel
fields:
device_id:
name: Device
description: Growcube device
required: true
selector:
device:
Expand Down Expand Up @@ -34,6 +36,8 @@ set_smart_watering:
description: Setup smart watering
fields:
device_id:
name: Device
description: Growcube device
required: true
selector:
device:
Expand Down Expand Up @@ -83,6 +87,8 @@ set_scheduled_watering:
description: Setup scheduled watering
fields:
device_id:
name: Device
description: Growcube device
required: true
selector:
device:
Expand Down Expand Up @@ -124,6 +130,8 @@ delete_watering:
description: Delete watering mode
fields:
device_id:
name: Device
description: Growcube device
required: true
selector:
device:
Expand Down

0 comments on commit ac6cf9f

Please sign in to comment.