Skip to content

Commit

Permalink
fix hassfest errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bj00rn committed Jul 30, 2023
1 parent 2e78d05 commit 6eab59d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions custom_components/saleryd_hrv/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"domain": "saleryd_hrv",
"name": "Saleryd HRV",
"documentation": "https://github.com/bj00rn/ha-saleryd-ftx",
"iot_class": "local_push",
"issue_tracker": "https://github.com/bj00rn/ha-saleryd-ftx",
"version": "3.0.0-alpha.1",
"config_flow": true,
"codeowners": [
"@bj00rn"
],
"config_flow": true,
"documentation": "https://github.com/bj00rn/ha-saleryd-ftx",
"iot_class": "local_push",
"issue_tracker": "https://github.com/bj00rn/ha-saleryd-ftx",
"requirements": [
"pysaleryd>=3.0.6"
]
],
"version": "3.0.0-alpha.1"
}
4 changes: 4 additions & 0 deletions custom_components/saleryd_hrv/services.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
set_fireplace_mode:
name: Set fireplace mode
description: Set fireplace mode on or off
fields:
value:
Expand All @@ -11,6 +12,7 @@ set_fireplace_mode:
max: 1
mode: slider
set_cooling_mode:
name: Set cooling mode
description: Set cooling mode on or off
fields:
value:
Expand All @@ -23,6 +25,7 @@ set_cooling_mode:
max: 1
mode: slider
set_ventilation_mode:
name: Set ventilation mode
description: Set ventilation mode
fields:
value:
Expand All @@ -35,6 +38,7 @@ set_ventilation_mode:
max: 2
mode: slider
set_temperature_mode:
name: Set temperature mode
description: Set temperature mode
fields:
value:
Expand Down

0 comments on commit 6eab59d

Please sign in to comment.