mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add link to docs and update pressure unit
This commit is contained in:
parent
bdd6bb7918
commit
f0af23a4f5
@ -1,10 +1,10 @@
|
|||||||
"""
|
"""
|
||||||
homeassistant.components.sensor.netatmo
|
homeassistant.components.sensor.netatmo
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
NetAtmo Weather Service service.
|
NetAtmo Weather Service service.
|
||||||
|
|
||||||
For more details about this platform, please refer to the documentation at
|
For more details about this platform, please refer to the documentation at
|
||||||
https://home-assistant.io/components/...
|
https://home-assistant.io/components/sensor.netatmo/
|
||||||
"""
|
"""
|
||||||
import logging
|
import logging
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
@ -25,7 +25,7 @@ _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', 'mbar'],
|
||||||
'noise': ['Noise', 'dB'],
|
'noise': ['Noise', 'dB'],
|
||||||
'humidity': ['Humidity', '%']
|
'humidity': ['Humidity', '%']
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user