mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
1) Added visibility documentation to the CONTRIBUTING.md documentation. 2) Pylint fixes to homeassistant/helpers/entity.py
This commit is contained in:
@@ -21,6 +21,7 @@ class VisibilityABC(object):
|
||||
hidden property must still be included in the attributes disctionary. The
|
||||
Entity class takes care of this automatically.
|
||||
"""
|
||||
# pylint: disable=too-few-public-methods
|
||||
|
||||
entity_id = None
|
||||
visibility = {}
|
||||
|
||||
Reference in New Issue
Block a user