reptilex / tesla-style-solar-power-card

Home assistant power card mimicking the one tesla provides for the powerwall app.
210 stars 59 forks source link

HtmlResizeForPowerCard filename #134

Open mgerald21 opened 1 year ago

mgerald21 commented 1 year ago

Hi,

just wanted to point out that src/services/htmlWriterForPowerCard.ts filename starts with a lower-case 'html', but is referenced in TeslaStyleSolarPowerCard.ts with upper-case 'Html'.

import { HtmlResizeForPowerCard } from './services/HtmlResizeForPowerCard';

Might not be a problem on system with case-insensitive filesystems, but are on e.g. linux or macos.

KR, GM

reptilex commented 1 year ago

Thanks for the hint, this has not been an issue in os x, probably I have not caught it since I haven't build on linux for a while