mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 07:27:08 +00:00

* sensor: added radiation dose sensor type and units * Add support for Aranet Radiation devices * Fix Aranet Radiation CI issues * Revert "sensor: added radiation dose sensor type and units" This reverts commit 28736a7da760d3490e879bb7fe5b17f8f2b851f4. * aranet4: bump version to 2.3.3 * aranet radiation: remove removed sesnor consts * aranet radiation: use radioactive icon by default --------- Co-authored-by: Shay Levy <levyshay1@gmail.com>
5 lines
104 B
Python
5 lines
104 B
Python
"""Constants for the Aranet integration."""
|
|
|
|
DOMAIN = "aranet"
|
|
ARANET_MANUFACTURER_NAME = "SAF Tehnika"
|