Use constants from const.py (#21068)

* Use constants from const.py

* Fix lint issues
This commit is contained in:
Fabian Affolter 2019-02-19 14:09:06 +01:00 committed by GitHub
parent 9d3eaada27
commit 2d2c6cf4a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 105 additions and 188 deletions

View file

@ -14,7 +14,6 @@ DOMAIN = 'raspihats'
CONF_I2C_HATS = 'i2c_hats'
CONF_BOARD = 'board'
CONF_ADDRESS = 'address'
CONF_CHANNELS = 'channels'
CONF_INDEX = 'index'
CONF_INVERT_LOGIC = 'invert_logic'