Bump hatasmota to 0.6.2 (#85182)

This commit is contained in:
Erik Montnemery 2023-01-05 11:24:38 +01:00 committed by GitHub
parent e8b68e67a7
commit 280f6e4752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"name": "Tasmota",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tasmota",
"requirements": ["hatasmota==0.6.1"],
"requirements": ["hatasmota==0.6.2"],
"dependencies": ["mqtt"],
"mqtt": ["tasmota/discovery/#"],
"codeowners": ["@emontnemery"],

View File

@ -21,6 +21,7 @@ from homeassistant.const import (
CONCENTRATION_PARTS_PER_MILLION,
LIGHT_LUX,
PERCENTAGE,
POWER_VOLT_AMPERE_REACTIVE,
SIGNAL_STRENGTH_DECIBELS,
SIGNAL_STRENGTH_DECIBELS_MILLIWATT,
UnitOfApparentPower,
@ -217,8 +218,10 @@ SENSOR_UNIT_MAP = {
hc.LIGHT_LUX: LIGHT_LUX,
hc.MASS_KILOGRAMS: UnitOfMass.KILOGRAMS,
hc.PERCENTAGE: PERCENTAGE,
hc.POWER_FACTOR: None,
hc.POWER_WATT: UnitOfPower.WATT,
hc.PRESSURE_HPA: UnitOfPressure.HPA,
hc.REACTIVE_POWER: POWER_VOLT_AMPERE_REACTIVE,
hc.SIGNAL_STRENGTH_DECIBELS: SIGNAL_STRENGTH_DECIBELS,
hc.SIGNAL_STRENGTH_DECIBELS_MILLIWATT: SIGNAL_STRENGTH_DECIBELS_MILLIWATT,
hc.SPEED_KILOMETERS_PER_HOUR: UnitOfSpeed.KILOMETERS_PER_HOUR,

View File

@ -864,7 +864,7 @@ hass-nabucasa==0.61.0
hass_splunk==0.1.1
# homeassistant.components.tasmota
hatasmota==0.6.1
hatasmota==0.6.2
# homeassistant.components.jewish_calendar
hdate==0.10.4

View File

@ -653,7 +653,7 @@ habitipy==0.2.0
hass-nabucasa==0.61.0
# homeassistant.components.tasmota
hatasmota==0.6.1
hatasmota==0.6.2
# homeassistant.components.jewish_calendar
hdate==0.10.4