| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- # Example DPS Status
- # {'dps': {'1': 226, '2': 41, '9': 'f'}}
- # from issue #608 { "1": 183, "2": 63, "9": "c", "10": 390, "11": 0, "12": 60,
- # "13": 20, "14": "cancel", "15": "upperalarm", "21": true,
- # "101": true, "102": 9, "103": 0, "104": 1, "105": 0,
- # "106": 0, "107": 1 }
- name: TH16 TH06WB3S Temperature and Humidity Sensor
- products:
- - id: 7akwzwfwhukkdsib
- primary_entity:
- entity: sensor
- name: Temperature
- class: temperature
- dps:
- - id: 1
- name: sensor
- type: integer
- unit: C
- mapping:
- - scale: 10
- class: measurement
- secondary_entities:
- - entity: sensor
- name: Humidity
- class: humidity
- dps:
- - id: 2
- type: integer
- name: sensor
- unit: "%"
- class: measurement
- - entity: select
- name: Display Units
- category: config
- dps:
- - id: 9
- name: option
- type: string
- mapping:
- - dps_val: "f"
- value: Fahrenheit
- - dps_val: "c"
- value: Celcius
- - entity: light
- name: Display
- icon: "mdi:television-ambient-light"
- category: config
- dps:
- - id: 21
- type: boolean
- name: switch
- optional: true
|