mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 11:47:00 +00:00
Replace port(s) -> pin(s) (#10095)
To be verified, but should be correct
This commit is contained in:
parent
5c93c2681e
commit
f475ab32e0
@ -98,12 +98,12 @@ i2c_address:
|
|||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
default: "`0x20`"
|
default: "`0x20`"
|
||||||
ports:
|
pins:
|
||||||
description: Array of used pins.
|
description: Array of used pins.
|
||||||
required: true
|
required: true
|
||||||
type: list
|
type: list
|
||||||
keys:
|
keys:
|
||||||
port:
|
pin:
|
||||||
description: The pin numbers (from 0 to 15) and corresponding names.
|
description: The pin numbers (from 0 to 15) and corresponding names.
|
||||||
required: true
|
required: true
|
||||||
type: [integer, string]
|
type: [integer, string]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user