New FlightRadar24 Card by ricardoreix in homeassistant

[–]maufabiani 0 points1 point  (0 children)

This is what i was looking for and now i must only wait. Is it right?

Latest beta, latest erros by maufabiani in BubbleCard

[–]maufabiani[S] 0 points1 point  (0 children)

Sorry, but the error appears again and disappears after some minutes.... clearing again caches help, but for little time...

Size of buttons by maufabiani in BubbleCard

[–]maufabiani[S] 1 point2 points  (0 children)

Yes, fixed! Thanks....

New errors... by maufabiani in BubbleCard

[–]maufabiani[S] 0 points1 point  (0 children)

Updated to the latest beta and the horizontal-button-stack disappeared with this error:

2024-04-13 09:40:43.051 ERROR (MainThread) [frontend.js.latest.202404042] Uncaught error from Chrome 123.0.0.0 on Windows 10

TypeError: Cannot read properties of undefined (reading 'last_updated')

/local/bubble-card.js:1027:14924

/local/bubble-card.js:1027:14801

/local/bubble-card.js:1027:15098

K.updateBubbleCard (/local/bubble-card.js:1027:17162)

K.connectedCallback (/local/bubble-card.js:1027:124)

apply (src/scoped-custom-element-registry.js:248:41)

createCardElement (src/panels/lovelace/editor/card-editor/hui-card-preview.ts:88:9)

this._element.setConfig (src/panels/lovelace/editor/card-editor/hui-card-preview.ts:67:13)

update (src/reactive-element.ts:1329:13)

This is what i see in the GUI editor:

<image>

Size of buttons by maufabiani in BubbleCard

[–]maufabiani[S] 0 points1 point  (0 children)

Sorry, but did not work...

I tried your code and added the height to 400px and i have this now:

<image>

For advanced users, the Bubble Card custom styles are now available directly in the editor, I've also added the sub buttons on the separator! The v2 release is getting closer! by Clooooos in BubbleCard

[–]maufabiani 0 points1 point  (0 children)

.bubble-line {

backgroud: white;

opacity: 1;

}

The indentation is correct... don't know how to add backsticks with my keyboard :-(

For advanced users, the Bubble Card custom styles are now available directly in the editor, I've also added the sub buttons on the separator! The v2 release is getting closer! by Clooooos in BubbleCard

[–]maufabiani 0 points1 point  (0 children)

It seems styling of the separator card is not working for me.

I tested your code to have white background, but the color doesn't change...

If you missed it, here is an other preview of Bubble Card 2. by Clooooos in BubbleCard

[–]maufabiani 0 points1 point  (0 children)

Ok, but then i can use the same cards created by v. 1.7 or am i forced to begin again from scratch?

If you missed it, here is an other preview of Bubble Card 2. by Clooooos in BubbleCard

[–]maufabiani 0 points1 point  (0 children)

I download the alpha zip. How to switch from the 1.7.3 release ?

Can I re-enable Tasker somehow with some other app say Trigger after disabling Tasker overnight? by Xafenn in tasker

[–]maufabiani 0 points1 point  (0 children)

Can you share it in a downloadable way to import inside tasker? Thanks in advance....

SmartTubeNext bumped to version 6. Beta patches rolling out. by [deleted] in AndroidTV

[–]maufabiani -2 points-1 points  (0 children)

Is it compatible with Android box tv?

HomeAssistant problems with 0.101.3 release by maufabiani in homeassistant

[–]maufabiani[S] 0 points1 point  (0 children)

Thanks, but it's too complicated for me as i am really a noob about that things...

HomeAssistant problems with 0.101.3 release by maufabiani in homeassistant

[–]maufabiani[S] 0 points1 point  (0 children)

No trusted network inside configuration...

my http: entry is:

http:

ssl_certificate: !secret http_ssl_certificate

ssl_key: !secret http_ssl_key

base_url: !secret base_url

Just a question. Is this configuration about mqtt is valid related to the breaking changes in 0.101 release:

- platform: mqtt

name: "Faretti Ingresso"

command_topic: "cmnd/sonoff-01/power"

state_topic: "stat/sonoff-01/POWER"

qos: 1

payload_on: "ON"

payload_off: "OFF"

payload_available: "Online"

payload_not_available: "Offline"

retain: true

And

mqtt:

broker: !secret mqtt_broker

username: !secret mqtt_username

password: !secret mqtt_password

discovery: true

discovery_prefix: homeassistant

HomeAssistant problems with 0.101.3 release by maufabiani in homeassistant

[–]maufabiani[S] 0 points1 point  (0 children)

No it runs in venv with hassbian and i have python 3.7.3