@@ -0,0 +1,44 @@
+name: TH05-BLE Temperature and Humidity Sensor
+products:
+ - id: vyfoip9h
+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
+ - id: 2
+ unit: "%"
+ - entity: select
+ name: Display Units
+ category: config
+ - id: 9
+ name: option
+ type: string
+ - dps_val: "f"
+ value: Fahrenheit
+ - dps_val: "c"
+ value: Celsius
+ optional: true
+ class: battery
+ category: diagnostic
+ - id: 4