We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216f1f1 commit da5080dCopy full SHA for da5080d
libraries/Zigbee/examples/Zigbee_Wind_Speed_Sensor/README.md
@@ -48,7 +48,7 @@ For more information and guidance on creating custom quirks, visit the [ZHA Devi
48
ieee: f0:f5:bd:ff:fe:0e:61:30 #set device IEEE address
49
endpoint: 10 #set windspeed device endpoint
50
cluster: 1035 #use this windspeed cluster
51
- attribute: 0 #read meaurement value
+ attribute: 0 #read measurement value
52
state_id: input_number.wind_speed #save to created helper variable
53
state_value_template: value/100 #use correct value format (convert u16 to float)
54
```
0 commit comments