- combined primary and secondary entities into a single list - split product name into components Other review changes: - Remove branding from top level name - add icon to climate entity PR #2741
@@ -1,29 +1,30 @@
-name: RecTeq RT-700 Grill
+name: Grill
products:
- id: 5518137548fda419c2e
- name: RecTeq RT-700
-primary_entity:
- entity: climate
- dps:
- - id: 1
- type: boolean
- mapping:
- - dps_val: false
- value: "off"
- - dps_val: true
- value: heat
- - id: 102
- type: integer
- name: temperature
- range:
- min: 180
- max: 500
- unit: F
- - id: 103
- name: current_temperature
-secondary_entities:
+ manufacturer: RecTeq
+ model: RT-700
+entities:
+ - entity: climate
+ icon: "mdi:grill"
+ dps:
+ - id: 1
+ type: boolean
+ mapping:
+ - dps_val: false
+ value: "off"
+ - dps_val: true
+ value: heat
+ - id: 102
+ type: integer
+ name: temperature
+ range:
+ min: 180
+ max: 500
+ unit: F
+ - id: 103
+ name: current_temperature
- entity: sensor
name: Probe A Temperature
class: temperature