Fix repetier crash when printer is offline (#62490)

pull/62590/head
ShadowBr0ther 2021-12-22 12:26:23 +01:00 committed by GitHub
parent 60b2cdd069
commit 89526fe86c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

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

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 SensorDeviceClass, 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

@ -1766,7 +1766,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