| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- name: Temperature sensor
- products:
- - id: fqs8czlq3m0seqyp
- model: SNT957W-TDE
- entities:
- - entity: sensor
- class: temperature
- dps:
- - id: 1
- name: sensor
- type: integer
- unit: C
- mapping:
- - scale: 10
- class: measurement
- - entity: select
- translation_key: temperature_unit
- category: config
- dps:
- - id: 9
- name: option
- type: string
- mapping:
- - dps_val: "f"
- value: fahrenheit
- - dps_val: "c"
- value: celsius
- optional: true
- - entity: number
- translation_key: maximum_temperature
- category: config
- class: temperature
- dps:
- - id: 10
- type: integer
- name: value
- unit: C
- range:
- min: -400
- max: 1200
- mapping:
- - scale: 10
- optional: true
- - entity: number
- translation_key: minimum_temperature
- category: config
- class: temperature
- dps:
- - id: 11
- type: integer
- name: value
- unit: C
- range:
- min: -400
- max: 1200
- mapping:
- - scale: 10
- - entity: select
- name: Temperature alarm
- icon: "mdi:thermometer-alert"
- category: config
- dps:
- - id: 14
- type: string
- name: option
- mapping:
- - dps_val: loweralarm
- value: Low temperature
- - dps_val: upperalarm
- value: High temperature
- - dps_val: cancel
- value: Not set
- - entity: number
- translation_key: temperature_calibration
- category: config
- dps:
- - id: 23
- type: integer
- name: value
- unit: °
- range:
- min: -100
- max: 100
- mapping:
- - scale: 10
|