| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- name: Temperature and humidity Sensor
- products:
- - id: vyfoip9h
- name: TH05-BLE
- primary_entity:
- entity: sensor
- class: temperature
- dps:
- - id: 1
- name: sensor
- type: integer
- unit: C
- mapping:
- - scale: 10
- class: measurement
- secondary_entities:
- - entity: sensor
- class: humidity
- dps:
- - id: 2
- type: integer
- name: sensor
- unit: "%"
- 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: sensor
- class: battery
- category: diagnostic
- dps:
- - id: 4
- type: integer
- name: sensor
- unit: "%"
|