Skip to content

Commit fc06c2d

Browse files
committed
update version in preparation for release
1 parent 38b9cf0 commit fc06c2d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Easiest way to install this component is through [HACS][hacs].
1818

1919
### UI Configuration (Recommended)
2020

21-
Starting with version 0.20.0, this integration supports UI-based configuration through the Home Assistant interface:
21+
Starting with version 1.0.0, this integration supports UI-based configuration through the Home Assistant interface:
2222

2323
1. Go to Configuration → Integrations
2424
2. Click "Add Integration"

custom_components/wattbox/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Base component constants
1616
DOMAIN: Final[str] = "wattbox"
1717
DOMAIN_DATA: Final[str] = f"{DOMAIN}_data"
18-
VERSION: Final[str] = "0.20.0"
18+
VERSION: Final[str] = "1.0.0"
1919
PLATFORMS: Final[list[str]] = ["binary_sensor", "button", "sensor", "switch"]
2020
ISSUE_URL: Final[str] = "https://github.com/eseglem/hass-wattbox/issues"
2121

custom_components/wattbox/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"pywattbox[http,ip]==0.9.0",
2525
"getmac>=0.9.4"
2626
],
27-
"version": "0.20.0"
27+
"version": "1.0.0"
2828
}

info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
_Component to integrate with [WattBox][wattbox]._
1212

13-
**New in v0.20.0: UI Configuration & Device Registry Support!**
13+
**New in v1.0.0: UI Configuration & Device Registry Support!**
1414

1515
This component now supports:
1616
-**UI-based setup** through the Integrations page

0 commit comments

Comments
 (0)