Bump pytechnove to 2.0.0 (#139314)

This commit is contained in:
Christophe Gagnier 2025-02-26 05:57:54 -05:00 committed by GitHub
parent 861ba0ee5e
commit 5895245a31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 7 additions and 7 deletions

View File

@ -6,6 +6,6 @@
"documentation": "https://www.home-assistant.io/integrations/technove", "documentation": "https://www.home-assistant.io/integrations/technove",
"integration_type": "device", "integration_type": "device",
"iot_class": "local_polling", "iot_class": "local_polling",
"requirements": ["python-technove==1.3.1"], "requirements": ["python-technove==2.0.0"],
"zeroconf": ["_technove-stations._tcp.local."] "zeroconf": ["_technove-stations._tcp.local."]
} }

View File

@ -70,7 +70,7 @@
"plugged_waiting": "Plugged, waiting", "plugged_waiting": "Plugged, waiting",
"plugged_charging": "Plugged, charging", "plugged_charging": "Plugged, charging",
"out_of_activation_period": "Out of activation period", "out_of_activation_period": "Out of activation period",
"high_charge_period": "High charge period" "high_tariff_period": "High tariff period"
} }
} }
}, },

2
requirements_all.txt generated
View File

@ -2479,7 +2479,7 @@ python-songpal==0.16.2
python-tado==0.18.6 python-tado==0.18.6
# homeassistant.components.technove # homeassistant.components.technove
python-technove==1.3.1 python-technove==2.0.0
# homeassistant.components.telegram_bot # homeassistant.components.telegram_bot
python-telegram-bot[socks]==21.5 python-telegram-bot[socks]==21.5

View File

@ -2012,7 +2012,7 @@ python-songpal==0.16.2
python-tado==0.18.6 python-tado==0.18.6
# homeassistant.components.technove # homeassistant.components.technove
python-technove==1.3.1 python-technove==2.0.0
# homeassistant.components.telegram_bot # homeassistant.components.telegram_bot
python-telegram-bot[socks]==21.5 python-telegram-bot[socks]==21.5

View File

@ -6,7 +6,7 @@
'current': 23.75, 'current': 23.75,
'energy_session': 12.34, 'energy_session': 12.34,
'energy_total': 1234, 'energy_total': 1234,
'high_charge_period_active': False, 'high_tariff_period_active': False,
'in_sharing_mode': False, 'in_sharing_mode': False,
'is_battery_protected': False, 'is_battery_protected': False,
'is_session_active': True, 'is_session_active': True,

View File

@ -322,7 +322,7 @@
'plugged_waiting', 'plugged_waiting',
'plugged_charging', 'plugged_charging',
'out_of_activation_period', 'out_of_activation_period',
'high_charge_period', 'high_tariff_period',
]), ]),
}), }),
'config_entry_id': <ANY>, 'config_entry_id': <ANY>,
@ -363,7 +363,7 @@
'plugged_waiting', 'plugged_waiting',
'plugged_charging', 'plugged_charging',
'out_of_activation_period', 'out_of_activation_period',
'high_charge_period', 'high_tariff_period',
]), ]),
}), }),
'context': <ANY>, 'context': <ANY>,