Skip to content

Commit

Permalink
Correction of setpoint_shift_mode description (home-assistant#16010)
Browse files Browse the repository at this point in the history
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
KNXBroker and frenck authored Dec 26, 2020
1 parent b83f258 commit b6ccdcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/_integrations/knx.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -490,15 +490,15 @@ target_temperature_state_address:
required: true
type: string
setpoint_shift_address:
description: KNX address for setpoint_shift. *DPT 6.010 or 9.001 based on setpoint_shift_mode*
description: KNX address for setpoint_shift. *DPT 6.010 or DPT 9.002 based on setpoint_shift_mode*
required: false
type: string
setpoint_shift_state_address:
description: KNX address for reading setpoint_shift. *DPT 6.010 or 9.001 based on setpoint_shift_mode*
description: KNX address for reading setpoint_shift. *DPT 6.010 or DPT 9.002 based on setpoint_shift_mode*
required: false
type: string
setpoint_shift_mode:
description: Defines the internal device DPT used.
description: Defines the internal device DPT used. Either 'DPT6010' or 'DPT9002'.
required: false
default: 0.5
type: string
Expand Down

0 comments on commit b6ccdcf

Please sign in to comment.