mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-27 04:06:30 +01:00
Fix incorrect constant import in Ambient PWS (#48574)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
"""Support for Ambient Weather Station sensors."""
|
||||
from homeassistant.components.binary_sensor import DOMAIN as SENSOR
|
||||
from homeassistant.components.sensor import SensorEntity
|
||||
from homeassistant.components.sensor import DOMAIN as SENSOR, SensorEntity
|
||||
from homeassistant.const import ATTR_NAME
|
||||
from homeassistant.core import callback
|
||||
|
||||
|
||||
Reference in New Issue
Block a user