mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 14:00:24 +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 28736a7da7.
* 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"
|