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 = {
|
||||
'temperature': ['Temperature', TEMP_CELCIUS],
|
||||
'co2' : ['CO2', 'ppm'],
|
||||
'pressure' : ['Pressure', 'mb'],
|
||||
'noise' : ['Noise', 'dB'],
|
||||
'humidity' : ['Humidity', '%']
|
||||
'co2': ['CO2', 'ppm'],
|
||||
'pressure': ['Pressure', 'mb'],
|
||||
'noise': ['Noise', 'dB'],
|
||||
'humidity': ['Humidity', '%']
|
||||
}
|
||||
|
||||
CONF_SECRET_KEY = 'secret_key'
|
||||
|
|
Loading…
Add table
Reference in a new issue