pvCooling, pvEnable, fix #878

This commit is contained in:
MichaelDvP
2023-01-02 21:40:50 +01:00
parent 04b17a15bb
commit 71043963e7
5 changed files with 21 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ const DeviceIcon: FC<DeviceIconProps> = ({ type }) => {
switch (type) {
case 'Boiler':
case 'Heatsource':
return <CgSmartHomeBoiler />;
return <CgSmartHomeBoiler />;
case 'Sensor':
return <MdOutlineSensors />;
case 'Solar':