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

Add Morento Air Purifier and Edge Theory Cold Plunge configurations #2554

Merged
merged 5 commits into from
Dec 26, 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
@@ -0,0 +1,62 @@
name: Pool heat pump
products:
- id: orwtoimcnasji7jw
name: Edge Theory Labs cold plunge heat pump
primary_entity:
entity: climate
translation_key: pool_heatpump
dps:
- id: 121
name: hvac_mode
type: boolean
mapping:
- dps_val: false
value: "off"
- dps_val: true
value: heat_cool
- id: 17
name: temperature
type: integer
range:
min: 32
max: 107
unit: F
- id: 29
name: current_temperature
type: integer
mapping:
- scale: 10
- id: 115
name: mode
type: boolean

secondary_entities:
- entity: binary_sensor
name: Compressor
class: running
category: diagnostic
icon: "mdi:engine"
dps:
- id: 122
type: boolean
name: sensor
- entity: sensor
class: volume_flow_rate
category: diagnostic
dps:
- id: 102
type: integer
name: sensor
unit: "L/min"
class: measurement
mapping:
- scale: 10
- entity: binary_sensor
name: Water pump
class: running
category: diagnostic
icon: "mdi:water-pump"
dps:
- id: 125
type: boolean
name: sensor
Loading