Created
June 24, 2024 08:12
-
-
Save zackbcom/859b5ec4463fb6f80c63bb10d3aaf083 to your computer and use it in GitHub Desktop.
recteq Dual grill
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- switch: | |
device_class: switch | |
entity_category: None | |
friendly_name: Left Power | |
icon: '' | |
id: '101' | |
is_passive_entity: false | |
platform: switch | |
restore_on_reconnect: false | |
- switch: | |
device_class: switch | |
entity_category: None | |
friendly_name: Right Power | |
icon: '' | |
id: '102' | |
is_passive_entity: false | |
platform: switch | |
restore_on_reconnect: false | |
- climate: | |
current_temperature_dp: '105' | |
entity_category: None | |
fan_speed_list: auto,low,middle,high | |
friendly_name: Left Target Temp | |
hvac_action_set: | |
heating: opened | |
idle: closed | |
hvac_mode_dp: '101' | |
hvac_mode_set: | |
heat: true | |
'off': false | |
icon: '' | |
id: '103' | |
max_temperature: 501.0 | |
min_temperature: 200.0 | |
platform: climate | |
precision: '1' | |
preset_set: {} | |
target_precision: '1' | |
target_temperature_dp: '103' | |
temperature_step: '25' | |
temperature_unit: fahrenheit | |
- climate: | |
current_temperature_dp: '106' | |
entity_category: None | |
fan_speed_list: auto,low,middle,high | |
friendly_name: Right Target Temp | |
hvac_action_set: | |
heating: opened | |
idle: closed | |
hvac_mode_dp: '102' | |
hvac_mode_set: | |
heat: true | |
'off': false | |
icon: '' | |
id: '104' | |
max_temperature: 501.0 | |
min_temperature: 180.0 | |
platform: climate | |
precision: '1' | |
preset_set: {} | |
target_precision: '1' | |
target_temperature_dp: '104' | |
temperature_step: '5' | |
temperature_unit: fahrenheit | |
- sensor: | |
device_class: temperature | |
entity_category: None | |
friendly_name: Left Temp | |
icon: '' | |
id: '105' | |
platform: sensor | |
state_class: measurement | |
unit_of_measurement: "\xB0F" | |
- sensor: | |
device_class: temperature | |
entity_category: None | |
friendly_name: Right Temp | |
icon: '' | |
id: '106' | |
platform: sensor | |
state_class: measurement | |
unit_of_measurement: "\xB0F" | |
- sensor: | |
device_class: temperature | |
entity_category: None | |
friendly_name: Probe A | |
icon: '' | |
id: '107' | |
platform: sensor | |
state_class: measurement | |
unit_of_measurement: "\xB0F" | |
- sensor: | |
device_class: temperature | |
entity_category: None | |
friendly_name: Probe B | |
icon: '' | |
id: '108' | |
platform: sensor | |
state_class: measurement | |
unit_of_measurement: "\xB0F" | |
- sensor: | |
device_class: temperature | |
entity_category: None | |
friendly_name: Probe C | |
icon: '' | |
id: '109' | |
platform: sensor | |
state_class: measurement | |
unit_of_measurement: "\xB0F" | |
- sensor: | |
device_class: temperature | |
entity_category: None | |
friendly_name: Probe D | |
icon: '' | |
id: '110' | |
platform: sensor | |
state_class: measurement | |
unit_of_measurement: "\xB0F" | |
- number: | |
entity_category: config | |
friendly_name: Left Min Feed Rate | |
icon: '' | |
id: '111' | |
is_passive_entity: false | |
max_value: 65.0 | |
min_value: 5.0 | |
platform: number | |
restore_on_reconnect: false | |
scaling: 0.1 | |
step_size: 5.0 | |
unit_of_measurement: '%' | |
- number: | |
entity_category: config | |
friendly_name: Right Min Feed Rate | |
icon: '' | |
id: '112' | |
is_passive_entity: false | |
max_value: 65.0 | |
min_value: 5.0 | |
platform: number | |
restore_on_reconnect: false | |
scaling: 0.1 | |
step_size: 5.0 | |
unit_of_measurement: '%' | |
- binary_sensor: | |
device_class: problem | |
entity_category: diagnostic | |
friendly_name: Left Error 1 | |
icon: '' | |
id: '115' | |
platform: binary_sensor | |
state_on: 'True' | |
- binary_sensor: | |
device_class: problem | |
entity_category: diagnostic | |
friendly_name: Right Error 1 | |
icon: '' | |
id: '116' | |
platform: binary_sensor | |
state_on: 'True' | |
- binary_sensor: | |
device_class: problem | |
entity_category: diagnostic | |
friendly_name: Left Error 2 | |
icon: '' | |
id: '117' | |
platform: binary_sensor | |
state_on: 'True' | |
- binary_sensor: | |
device_class: problem | |
entity_category: diagnostic | |
friendly_name: Right Error 2 | |
icon: '' | |
id: '118' | |
platform: binary_sensor | |
state_on: 'True' | |
- binary_sensor: | |
device_class: problem | |
entity_category: diagnostic | |
friendly_name: Left Error 3 | |
icon: '' | |
id: '119' | |
platform: binary_sensor | |
state_on: 'True' | |
- binary_sensor: | |
device_class: problem | |
entity_category: diagnostic | |
friendly_name: Right Error 3 | |
icon: '' | |
id: '120' | |
platform: binary_sensor | |
state_on: 'True' | |
- number: | |
entity_category: config | |
friendly_name: Left Temp Adjust | |
icon: '' | |
id: '113' | |
is_passive_entity: false | |
max_value: 20.0 | |
min_value: -20.0 | |
platform: number | |
restore_on_reconnect: false | |
step_size: 1.0 | |
unit_of_measurement: '%' | |
- number: | |
entity_category: config | |
friendly_name: Right Temp Adjust | |
icon: '' | |
id: '114' | |
is_passive_entity: false | |
max_value: 20.0 | |
min_value: -20.0 | |
platform: number | |
restore_on_reconnect: false | |
step_size: 1.0 | |
unit_of_measurement: '%' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment