mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
committed by
Paulus Schoutsen
parent
3a386e627e
commit
161c368c9d
@@ -1,19 +1,14 @@
|
||||
"""
|
||||
Support for monitoring juicenet/juicepoint/juicebox based EVSE sensors.
|
||||
|
||||
For more details about this platform, please refer to the documentation at
|
||||
at https://home-assistant.io/components/sensor.juicenet/
|
||||
"""
|
||||
|
||||
"""Support for monitoring juicenet/juicepoint/juicebox based EVSE sensors."""
|
||||
import logging
|
||||
|
||||
from homeassistant.const import TEMP_CELSIUS
|
||||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.components.juicenet import JuicenetDevice, DOMAIN
|
||||
|
||||
DEPENDENCIES = ['juicenet']
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
DEPENDENCIES = ['juicenet']
|
||||
|
||||
SENSOR_TYPES = {
|
||||
'status': ['Charging Status', None],
|
||||
'temperature': ['Temperature', TEMP_CELSIUS],
|
||||
|
||||
Reference in New Issue
Block a user