| 123456789101112131415161718192021222324252627282930313233343536373839 |
- # Example DPS Status
- # {'dps': {'1': 226, '2': 41, '9': 'f'}}
- 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
|