Update codespell to 2.3.0 (#118001)

This commit is contained in:
Marc Mueller 2024-05-24 08:22:29 +02:00 committed by GitHub
parent 93daac9b3d
commit dc47792ff2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 29 additions and 28 deletions

View file

@ -110,7 +110,7 @@ class HKDevice:
# A list of callbacks that turn HK characteristics into entities
self.char_factories: list[AddCharacteristicCb] = []
# The platorms we have forwarded the config entry so far. If a new
# The platforms we have forwarded the config entry so far. If a new
# accessory is added to a bridge we may have to load additional
# platforms. We don't want to load all platforms up front if its just
# a lightbulb. And we don't want to forward a config entry twice