diff --git a/README.md b/README.md
index dd6dc2b..909cb4b 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,8 @@
[![hacs][hacsbadge]][hacs]
[![Project Maintenance][maintenance-shield]][user_profile]
-[![BuyMeCoffee][buymecoffeebadge]][buymecoffee]
+
+
> **⚠️ Not affiliated with Tibber**
> This is an independent, community-maintained custom integration for Home Assistant. It is **not** an official Tibber product and is **not** affiliated with or endorsed by Tibber AS.
diff --git a/docs/developer/docusaurus.config.ts b/docs/developer/docusaurus.config.ts
index 8d2ff1b..a5073d2 100644
--- a/docs/developer/docusaurus.config.ts
+++ b/docs/developer/docusaurus.config.ts
@@ -158,9 +158,14 @@ const config: Config = {
dropdownActiveClassDisabled: true,
},
{
- href: 'https://github.com/jpawlowski/hass.tibber_prices',
- label: 'GitHub',
+ type: 'html',
position: 'right',
+ value: '
',
+ },
+ {
+ type: 'html',
+ position: 'right',
+ value: '',
},
],
},
diff --git a/docs/developer/src/css/custom.css b/docs/developer/src/css/custom.css
index e8673a0..4332890 100644
--- a/docs/developer/src/css/custom.css
+++ b/docs/developer/src/css/custom.css
@@ -213,3 +213,16 @@ h1, h2, h3, h4, h5, h6 {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
+
+/* Buy Me a Coffee logo theme switching */
+.bmc-logo-dark {
+ display: none;
+}
+
+[data-theme='dark'] .bmc-logo-light {
+ display: none;
+}
+
+[data-theme='dark'] .bmc-logo-dark {
+ display: block;
+}
diff --git a/docs/developer/static/img/bmc-full-logo-dark.svg b/docs/developer/static/img/bmc-full-logo-dark.svg
new file mode 100644
index 0000000..5148d6c
--- /dev/null
+++ b/docs/developer/static/img/bmc-full-logo-dark.svg
@@ -0,0 +1,21 @@
+
diff --git a/docs/developer/static/img/bmc-full-logo.svg b/docs/developer/static/img/bmc-full-logo.svg
new file mode 100644
index 0000000..b538f27
--- /dev/null
+++ b/docs/developer/static/img/bmc-full-logo.svg
@@ -0,0 +1,21 @@
+
diff --git a/docs/user/docusaurus.config.ts b/docs/user/docusaurus.config.ts
index 9c543e7..dc6f85a 100644
--- a/docs/user/docusaurus.config.ts
+++ b/docs/user/docusaurus.config.ts
@@ -158,9 +158,14 @@ const config: Config = {
dropdownActiveClassDisabled: true,
},
{
- href: 'https://github.com/jpawlowski/hass.tibber_prices',
- label: 'GitHub',
+ type: 'html',
position: 'right',
+ value: '
',
+ },
+ {
+ type: 'html',
+ position: 'right',
+ value: '',
},
],
},
diff --git a/docs/user/src/css/custom.css b/docs/user/src/css/custom.css
index e8673a0..4332890 100644
--- a/docs/user/src/css/custom.css
+++ b/docs/user/src/css/custom.css
@@ -213,3 +213,16 @@ h1, h2, h3, h4, h5, h6 {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
+
+/* Buy Me a Coffee logo theme switching */
+.bmc-logo-dark {
+ display: none;
+}
+
+[data-theme='dark'] .bmc-logo-light {
+ display: none;
+}
+
+[data-theme='dark'] .bmc-logo-dark {
+ display: block;
+}
diff --git a/docs/user/static/img/bmc-full-logo-dark.svg b/docs/user/static/img/bmc-full-logo-dark.svg
new file mode 100644
index 0000000..5148d6c
--- /dev/null
+++ b/docs/user/static/img/bmc-full-logo-dark.svg
@@ -0,0 +1,21 @@
+
diff --git a/docs/user/static/img/bmc-full-logo.svg b/docs/user/static/img/bmc-full-logo.svg
new file mode 100644
index 0000000..b538f27
--- /dev/null
+++ b/docs/user/static/img/bmc-full-logo.svg
@@ -0,0 +1,21 @@
+
diff --git a/images/bmc-button.svg b/images/bmc-button.svg
new file mode 100644
index 0000000..4754bd3
--- /dev/null
+++ b/images/bmc-button.svg
@@ -0,0 +1,22 @@
+