Use inclusive terminology (#685)

This commit is contained in:
Otto Winter 2020-07-14 18:45:53 +02:00 committed by GitHub
parent f9321b532a
commit c353bed9dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ individual IOs.
auto ape_component = new ArduinoPortExpander(i2c_component, 0x08);
return {ape_component};
By default the I²C address is ``0x08`` but you can change it on the Arduino sketch so you can have more slaves
By default the I²C address is ``0x08`` but you can change it on the Arduino sketch so you can have more devices
on the same bus.
Now it is time to add the ports.

View File

@ -546,7 +546,7 @@ loader. These are:
- ``CONFLICTS_WITH``: Mark a list of components as conflicting with this integration. If the user
has one of them in the config, a validation error will be generated.
- ``ESP_PLATFORMS``: Provide a whitelist of ESP types this integration works with.
- ``ESP_PLATFORMS``: Provide a list of allowed ESP types this integration works with.
Codebase Standards
------------------