mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Code cleanup
This commit is contained in:
parent
dc31ddbef2
commit
a4481efe07
@ -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…
x
Reference in New Issue
Block a user