Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# O2 for Home Assistant
# O2 (UK) for Home Assistant

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

If anyone has multiple plans or uses a VMO2 account and wants to help implement support, please get in touch!

This is currently a work-in-progress.


Expand Down
2 changes: 1 addition & 1 deletion custom_components/o2/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"domain": "o2",
"name": "O2 (UK)",
"name": "O2",
"codeowners": [
"@dan-r"
],
Expand Down
10 changes: 5 additions & 5 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "O2 (UK)",
"render_readme": true,
"homeassistant": "2023.11.0"
}
"country": "GB",
"name": "O2",
"render_readme": true,
"homeassistant": "2024.4.0"
}