mirror of
https://github.com/esphome/esphome.git
synced 2025-09-04 04:12:23 +01:00
Support for the AirThings Wave Plus (#1656)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
@@ -507,6 +507,8 @@ CONF_PROTOCOL = "protocol"
|
||||
CONF_PULL_MODE = "pull_mode"
|
||||
CONF_PULSE_LENGTH = "pulse_length"
|
||||
CONF_QOS = "qos"
|
||||
CONF_RADON = "radon"
|
||||
CONF_RADON_LONG_TERM = "radon_long_term"
|
||||
CONF_RANDOM = "random"
|
||||
CONF_RANGE = "range"
|
||||
CONF_RANGE_FROM = "range_from"
|
||||
@@ -732,6 +734,7 @@ ICON_PERCENT = "mdi:percent"
|
||||
ICON_POWER = "mdi:power"
|
||||
ICON_PULSE = "mdi:pulse"
|
||||
ICON_RADIATOR = "mdi:radiator"
|
||||
ICON_RADIOACTIVE = "mdi:radioactive"
|
||||
ICON_RESTART = "mdi:restart"
|
||||
ICON_ROTATE_RIGHT = "mdi:rotate-right"
|
||||
ICON_RULER = "mdi:ruler"
|
||||
@@ -753,6 +756,7 @@ ICON_WEATHER_WINDY = "mdi:weather-windy"
|
||||
ICON_WIFI = "mdi:wifi"
|
||||
|
||||
UNIT_AMPERE = "A"
|
||||
UNIT_BECQUEREL_PER_CUBIC_METER = "Bq/m³"
|
||||
UNIT_CELSIUS = "°C"
|
||||
UNIT_COUNT_DECILITRE = "/dL"
|
||||
UNIT_COUNTS_PER_CUBIC_METER = "#/m³"
|
||||
|
Reference in New Issue
Block a user