mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Update pylint to 2.7.3 (#48488)
* Update pylint to 2.7.3 * Add class-const-naming-style * Remove unused-import message * Additional cleanup
This commit is contained in:
@@ -70,9 +70,7 @@ class DeviceSelector(Selector):
|
||||
# Model of device
|
||||
vol.Optional("model"): str,
|
||||
# Device has to contain entities matching this selector
|
||||
vol.Optional(
|
||||
"entity"
|
||||
): EntitySelector.CONFIG_SCHEMA, # pylint: disable=no-member
|
||||
vol.Optional("entity"): EntitySelector.CONFIG_SCHEMA,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user