parent
c8ac787c9f
commit
cd21786536
|
@ -3,7 +3,7 @@
|
|||
"name": "Tasmota (beta)",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/tasmota",
|
||||
"requirements": ["hatasmota==0.0.11"],
|
||||
"requirements": ["hatasmota==0.0.13"],
|
||||
"dependencies": ["mqtt"],
|
||||
"mqtt": ["tasmota/discovery/#"],
|
||||
"codeowners": ["@emontnemery"]
|
||||
|
|
|
@ -729,7 +729,7 @@ hass-nabucasa==0.37.0
|
|||
hass_splunk==0.1.1
|
||||
|
||||
# homeassistant.components.tasmota
|
||||
hatasmota==0.0.11
|
||||
hatasmota==0.0.13
|
||||
|
||||
# homeassistant.components.jewish_calendar
|
||||
hdate==0.9.5
|
||||
|
|
|
@ -361,7 +361,7 @@ hangups==0.4.11
|
|||
hass-nabucasa==0.37.0
|
||||
|
||||
# homeassistant.components.tasmota
|
||||
hatasmota==0.0.11
|
||||
hatasmota==0.0.13
|
||||
|
||||
# homeassistant.components.jewish_calendar
|
||||
hdate==0.9.5
|
||||
|
|
|
@ -50,7 +50,9 @@ DEFAULT_CONFIG = {
|
|||
"68": 0, # Multi-channel PWM instead of a single light
|
||||
"73": 0, # Enable Buttons decoupling and send multi-press and hold MQTT messages
|
||||
"80": 0, # Blinds and shutters support
|
||||
"82": 0, # Reduce the CT range from 153..500 to 200.380
|
||||
},
|
||||
"ty": 0, # Tuya MCU
|
||||
"lt_st": 0,
|
||||
"ver": 1,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue