mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Update pyhomematic to 0.1.47 (#16083)
This commit is contained in:
parent
439f7978c3
commit
b1ba11510b
@ -20,7 +20,7 @@ import homeassistant.helpers.config_validation as cv
|
|||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
from homeassistant.loader import bind_hass
|
from homeassistant.loader import bind_hass
|
||||||
|
|
||||||
REQUIREMENTS = ['pyhomematic==0.1.46']
|
REQUIREMENTS = ['pyhomematic==0.1.47']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ HM_DEVICE_TYPES = {
|
|||||||
DISCOVER_CLIMATE: [
|
DISCOVER_CLIMATE: [
|
||||||
'Thermostat', 'ThermostatWall', 'MAXThermostat', 'ThermostatWall2',
|
'Thermostat', 'ThermostatWall', 'MAXThermostat', 'ThermostatWall2',
|
||||||
'MAXWallThermostat', 'IPThermostat', 'IPThermostatWall',
|
'MAXWallThermostat', 'IPThermostat', 'IPThermostatWall',
|
||||||
'ThermostatGroup'],
|
'ThermostatGroup', 'IPThermostatWall230V'],
|
||||||
DISCOVER_BINARY_SENSORS: [
|
DISCOVER_BINARY_SENSORS: [
|
||||||
'ShutterContact', 'Smoke', 'SmokeV2', 'Motion', 'MotionV2',
|
'ShutterContact', 'Smoke', 'SmokeV2', 'Motion', 'MotionV2',
|
||||||
'MotionIP', 'RemoteMotion', 'WeatherSensor', 'TiltSensor',
|
'MotionIP', 'RemoteMotion', 'WeatherSensor', 'TiltSensor',
|
||||||
@ -103,7 +103,7 @@ HM_ATTRIBUTE_SUPPORT = {
|
|||||||
'LOW_BAT': ['battery', {0: 'High', 1: 'Low'}],
|
'LOW_BAT': ['battery', {0: 'High', 1: 'Low'}],
|
||||||
'ERROR': ['sabotage', {0: 'No', 1: 'Yes'}],
|
'ERROR': ['sabotage', {0: 'No', 1: 'Yes'}],
|
||||||
'SABOTAGE': ['sabotage', {0: 'No', 1: 'Yes'}],
|
'SABOTAGE': ['sabotage', {0: 'No', 1: 'Yes'}],
|
||||||
'RSSI_DEVICE': ['rssi', {}],
|
'RSSI_PEER': ['rssi', {}],
|
||||||
'VALVE_STATE': ['valve', {}],
|
'VALVE_STATE': ['valve', {}],
|
||||||
'BATTERY_STATE': ['battery', {}],
|
'BATTERY_STATE': ['battery', {}],
|
||||||
'CONTROL_MODE': ['mode', {
|
'CONTROL_MODE': ['mode', {
|
||||||
|
@ -876,7 +876,7 @@ pyhik==0.1.8
|
|||||||
pyhiveapi==0.2.14
|
pyhiveapi==0.2.14
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.46
|
pyhomematic==0.1.47
|
||||||
|
|
||||||
# homeassistant.components.sensor.hydroquebec
|
# homeassistant.components.sensor.hydroquebec
|
||||||
pyhydroquebec==2.2.2
|
pyhydroquebec==2.2.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user