Fix repetier crash when printer is offline (#62490)

This commit is contained in:
ShadowBr0ther 2021-12-22 12:26:23 +01:00 committed by Franck Nijhof
parent 0b4bfcc941
commit b19dc8bc37
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
4 changed files with 5 additions and 5 deletions

View File

@ -432,7 +432,7 @@ homeassistant/components/recollect_waste/* @bachya
homeassistant/components/recorder/* @home-assistant/core
homeassistant/components/rejseplanen/* @DarkFox
homeassistant/components/renault/* @epenet
homeassistant/components/repetier/* @MTrab
homeassistant/components/repetier/* @MTrab @ShadowBr0ther
homeassistant/components/rflink/* @javicalle
homeassistant/components/rfxtrx/* @danielhiversen @elupus @RobBie1221
homeassistant/components/ridwell/* @bachya

View File

@ -5,7 +5,7 @@ from dataclasses import dataclass
from datetime import timedelta
import logging
import pyrepetier
import pyrepetierng as pyrepetier
import voluptuous as vol
from homeassistant.components.sensor import SensorEntityDescription

View File

@ -2,7 +2,7 @@
"domain": "repetier",
"name": "Repetier-Server",
"documentation": "https://www.home-assistant.io/integrations/repetier",
"requirements": ["pyrepetier==3.0.5"],
"codeowners": ["@MTrab"],
"requirements": ["pyrepetierng==0.1.0"],
"codeowners": ["@MTrab", "@ShadowBr0ther"],
"iot_class": "local_polling"
}

View File

@ -1754,7 +1754,7 @@ pyrainbird==0.4.3
pyrecswitch==1.0.2
# homeassistant.components.repetier
pyrepetier==3.0.5
pyrepetierng==0.1.0
# homeassistant.components.risco
pyrisco==0.3.1