mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 02:48:31 -07:00
Fix cover_position typo. #294
This commit is contained in:
parent
cb0cc149a1
commit
863230eaa3
@ -255,7 +255,7 @@ const configurations = {
|
||||
optimistic: true,
|
||||
},
|
||||
},
|
||||
'cover_positon': {
|
||||
'cover_position': {
|
||||
type: 'cover',
|
||||
object_id: 'cover',
|
||||
discovery_payload: {
|
||||
@ -529,7 +529,7 @@ const mapping = {
|
||||
'GL-FL-004TZ': [configurations.light_brightness_colortemp_colorxy],
|
||||
'IM6001-OTP05': [configurations.switch],
|
||||
'SV01': [
|
||||
configurations.cover_positon, configurations.sensor_temperature, configurations.sensor_pressure,
|
||||
configurations.cover_position, configurations.sensor_temperature, configurations.sensor_pressure,
|
||||
configurations.sensor_battery,
|
||||
],
|
||||
'316GLEDRF': [configurations.light_brightness],
|
||||
|
Loading…
Reference in New Issue
Block a user