Skip to content

Commit

Permalink
Merge pull request #35 from TheRealFalseReality/test
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
TheRealFalseReality authored Nov 18, 2023
2 parents b6b05eb + 3b26b03 commit 18ea22f
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions aquapi_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ substitutions:
name: "aquapi"
friendly_name: "AquaPi"
# App Version - Updated: 8/2023
app_version: "1.2.3"
app_version: "1.2.4"
# Import Config
import_config: "false"
# Logger Level
Expand Down Expand Up @@ -200,6 +200,10 @@ sensor:
accuracy_decimals: 2
update_interval: "${update_ec}"
state_class: "measurement"
on_custom:
then:
- lambda:
id(raw_value_ec).publish_state(x);

# Specific Gravity
- platform: copy
Expand Down Expand Up @@ -548,7 +552,15 @@ text_sensor:
}
else {
return {"Unknown"};
}
}
# Conductivity Raw Value
- platform: template
name: EC - Raw Value
id: raw_value_ec
update_interval: never
# disabled_by_default: true
entity_category: "Config"

button:
# Soft Restart
Expand Down Expand Up @@ -650,4 +662,4 @@ number:
on_value:
then:
- component.update: temp_range
- component.update: temp_range_2
- component.update: temp_range_2

0 comments on commit 18ea22f

Please sign in to comment.