Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Leictory LK06 sprinkler controller & made the SH07 sprinkler controller device definiton support controllers with at least 4 zones #2143

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ products:
name: SH07-8
- id: mxh2sjigimo463mg
name: Aquarobo SH07S-TY
- id: figmzixtki7bourh
name: Leictory LK06
primary_entity:
entity: valve
name: Valve 1
Expand Down Expand Up @@ -41,27 +43,31 @@ secondary_entities:
- id: 105
name: valve
type: boolean
optional: true
- entity: valve
name: Valve 6
class: water
dps:
- id: 106
name: valve
type: boolean
optional: true
- entity: valve
name: Valve 7
class: water
dps:
- id: 110
name: valve
type: boolean
optional: true
- entity: valve
name: Valve 8
class: water
dps:
- id: 111
name: valve
type: boolean
optional: true
- entity: sensor
name: Weather
class: enum
Expand Down