Code cleanup
This commit is contained in:
parent
dc31ddbef2
commit
a4481efe07
1 changed files with 4 additions and 4 deletions
|
@ -24,10 +24,10 @@ _LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
SENSOR_TYPES = {
|
SENSOR_TYPES = {
|
||||||
'temperature': ['Temperature', TEMP_CELCIUS],
|
'temperature': ['Temperature', TEMP_CELCIUS],
|
||||||
'co2' : ['CO2', 'ppm'],
|
'co2': ['CO2', 'ppm'],
|
||||||
'pressure' : ['Pressure', 'mb'],
|
'pressure': ['Pressure', 'mb'],
|
||||||
'noise' : ['Noise', 'dB'],
|
'noise': ['Noise', 'dB'],
|
||||||
'humidity' : ['Humidity', '%']
|
'humidity': ['Humidity', '%']
|
||||||
}
|
}
|
||||||
|
|
||||||
CONF_SECRET_KEY = 'secret_key'
|
CONF_SECRET_KEY = 'secret_key'
|
||||||
|
|
Loading…
Add table
Reference in a new issue