diff --git a/.gitattributes b/.gitattributes index e13caa7..f61bd6e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,3 @@ -# Generic stuff -* text=auto - # Source files # ============ *.py text diff=python eol=lf diff --git a/sharkiq/manifest.json b/sharkiq/manifest.json index 6258920..aa9e308 100644 --- a/sharkiq/manifest.json +++ b/sharkiq/manifest.json @@ -3,7 +3,7 @@ "name": "Shark IQ", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/sharkiq", - "requirements": ["sharkiqpy==0.1.1"], + "requirements": ["sharkiqpy==0.1.2"], "dependencies": [], "codeowners": ["@ajmarks"] }