Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.

Commit f3ee393

Browse files
authored
Documentation changes (#3)
* Naming and version changes * README updates
1 parent 5817bb5 commit f3ee393

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# O2 for Home Assistant
1+
# O2 (UK) for Home Assistant
22

33
An unofficial integration for fetching O2 allowance data. This has only be tested with an O2 account (not VMO2) with a single plan.
44

5+
If anyone has multiple plans or uses a VMO2 account and wants to help implement support, please get in touch!
6+
57
This is currently a work-in-progress.
68

79

custom_components/o2/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"domain": "o2",
3-
"name": "O2 (UK)",
3+
"name": "O2",
44
"codeowners": [
55
"@dan-r"
66
],

hacs.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "O2 (UK)",
3-
"render_readme": true,
4-
"homeassistant": "2023.11.0"
5-
}
6-
2+
"country": "GB",
3+
"name": "O2",
4+
"render_readme": true,
5+
"homeassistant": "2024.4.0"
6+
}

0 commit comments

Comments
 (0)