|
@@ -2,6 +2,8 @@ name: Temperature and humidity Sensor
|
|
|
products:
|
|
products:
|
|
|
- id: vyfoip9h
|
|
- id: vyfoip9h
|
|
|
model: TH05-BLE
|
|
model: TH05-BLE
|
|
|
|
|
+ - id: 1jvidcsf
|
|
|
|
|
+ model: TH05F-BLE
|
|
|
entities:
|
|
entities:
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
class: temperature
|
|
class: temperature
|
|
@@ -40,5 +42,36 @@ entities:
|
|
|
dps:
|
|
dps:
|
|
|
- id: 4
|
|
- id: 4
|
|
|
type: integer
|
|
type: integer
|
|
|
|
|
+ optional: true
|
|
|
name: sensor
|
|
name: sensor
|
|
|
unit: "%"
|
|
unit: "%"
|
|
|
|
|
+ - entity: number
|
|
|
|
|
+ name: Temperature calibration
|
|
|
|
|
+ category: config
|
|
|
|
|
+ hidden: true
|
|
|
|
|
+ icon: "mdi:thermometer-check"
|
|
|
|
|
+ dps:
|
|
|
|
|
+ - id: 23
|
|
|
|
|
+ type: integer
|
|
|
|
|
+ optional: true
|
|
|
|
|
+ name: value
|
|
|
|
|
+ unit: °
|
|
|
|
|
+ range:
|
|
|
|
|
+ min: -20
|
|
|
|
|
+ max: 20
|
|
|
|
|
+ mapping:
|
|
|
|
|
+ - scale: 10
|
|
|
|
|
+ - entity: number
|
|
|
|
|
+ name: Humidity calibration
|
|
|
|
|
+ category: config
|
|
|
|
|
+ hidden: true
|
|
|
|
|
+ icon: "mdi:water-check"
|
|
|
|
|
+ dps:
|
|
|
|
|
+ - id: 24
|
|
|
|
|
+ type: integer
|
|
|
|
|
+ optional: true
|
|
|
|
|
+ name: value
|
|
|
|
|
+ unit: "%"
|
|
|
|
|
+ range:
|
|
|
|
|
+ min: -10
|
|
|
|
|
+ max: 10
|