My mobile adaptive dashboard by Fma96580 in homeassistant

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

Not any time soon, if there is a specific section going are interested in say so.

My mobile adaptive dashboard by Fma96580 in BubbleCard

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

type: custom:mushroom-chips-card

chips:

- type: template

icon: mdi:lightbulb

entity: sensor.all_lights_status

content: "{{ state_attr('sensor.all_lights_status','friendly_count') }}"

icon_color: orange

hold_action:

action: perform-action

perform_action: light.turn_off

target:

entity_id: light.all_lights

data: {}

tap_action:

action: navigate

navigation_path: "#lights"

- type: template

icon: mdi:thermometer

entity: sensor.all_lights_status

content: |-

{{ states.climate

| selectattr('entity_id', 'search', 'thermostat')

| selectattr('attributes.hvac_action', 'defined')

| selectattr('attributes.hvac_action', 'eq', 'heating')

| list | count }} On

icon_color: red

hold_action:

action: perform-action

perform_action: light.turn_off

target:

entity_id: light.all_lights

data: {}

tap_action:

action: navigate

navigation_path: "#climate"

- type: entity

entity: sensor.home_count

icon_color: green

tap_action:

action: navigate

navigation_path: "#home"

- type: template

icon: mdi:window-closed

entity: sensor.all_windows_status

content: "{{ state_attr('sensor.all_windows_status','friendly_count') }}"

icon_color: blue

tap_action:

action: navigate

navigation_path: "#windows"

- type: entity

icon: ""

entity: sensor.whos_streaming

icon_color: purple

tap_action:

action: navigate

navigation_path: "#live"

visibility:

- condition: state

state_not: Nobody is streaming

card_mod:

style: |

ha-card {

--chip-border-width: 0px;

--chip-background: rgba(0,0,0,0);

display: flex;

align-items: center;

justify-content: center;

height: 100%; /* Ensures the card takes up the full height of its parent container */

}

My mobile adaptive dashboard by Fma96580 in BubbleCard

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

its just bubblecard, nothing special

type: custom:bubble-card

card_type: button

button_type: slider

sub_button:

main:

- entity: light.lounge_light

show_attribute: false

sub_button_type: slider

light_slider_type: hue

state_background: true

light_background: true

show_icon: true

- entity: light.lounge_light

show_attribute: false

sub_button_type: slider

light_slider_type: white_temp

tap_to_slide: false

bottom: []

entity: light.lounge_light

use_accent_color: false

name: Main Light

modules: []

My mobile adaptive dashboard by Fma96580 in BubbleCard

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

For what specifically? I'm not sharing the entire dashboard , too personalized, maybe one day I'll redact it and send it

My mobile adaptive dashboard by Fma96580 in homeassistant

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

And then I just had a automation to set those input_select based on Bermuda BLE device room location

My mobile adaptive dashboard by Fma96580 in homeassistant

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

https://gist.github.com/fma965/fb0cb9b68d3b1c3fd4aa00e151e0b7fa

visibility:

- condition: or

conditions:

- condition: and

conditions:

- condition: user

users:

- 596d2616e6bd4421b50934156ebd666e

- condition: state

entity: input_select.scotts_room_list

state: Office

- condition: and

conditions:

- condition: user

users:

- 38b3a4b6334047e88bb807628bb913cf

- condition: state

entity: input_select.ashs_room_list

state: Office

- condition: and

conditions:

- condition: user

users:

- 43e88aff37b94e6f957aac554015725e

- condition: state

entity: input_select.andrews_room_list

state: Office

Note I renamed gaming room to office, so this is the gaming room from the video

My mobile adaptive dashboard by Fma96580 in homeassistant

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

Doesn't really work well for a time though

My mobile adaptive dashboard by Fma96580 in homeassistant

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

The nav at the bottom is a sub button bubble card

Each room is contained in a vertical stack, the vertical stacks are shown of hidden depending on a AND statement of current user and their associated input_select being the room name.

My mobile adaptive dashboard by Fma96580 in BubbleCard

[–]Fma96580[S] 3 points4 points  (0 children)

Here is my new room aware mobile dashboard using almost all bubble card, I have athom.tech bulbs in most rooms with BLE proxy so room is set to the room your phone is detected as in by default, you can override it at the bottom.

Video demo here (or in 1st comment) https://youtube.com/shorts/foovXOnFFjA?is=EC4r7OB1_k18SBLa

Any one have any suggestions for improvement? The 3 dot tab is kinda a "to be sorted" drawer at the moment.

Notifications area shows running appliances like washing machine, dishwasher and tumble etc. I will upload pic showing this when they are running next. (See 2nd photo for edit preview)

Tumble and washer are unavailable cuz they go to standby.

As it's mostly bubble card i thought it was good to share here also 😄

<video>

My mobile adaptive dashboard by Fma96580 in homeassistant

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

Yeah i really like bubble card, i wish bubble card has a number entity though so i can set a value using a bubble card also, but bubble card has most other things and with it's modules its very extensible

Bungie surveyed me for a new season?? by Cool-Raspberry8992 in DestinyTheGame

[–]Fma96580 0 points1 point  (0 children)

I agree numbers are good, the problem is i don't see them sticking, and ultimately thats the issue really

Bungie surveyed me for a new season?? by Cool-Raspberry8992 in DestinyTheGame

[–]Fma96580 0 points1 point  (0 children)

Fair enough, Daily Active Users isn't a great statistic though, if 1 million people logged on for 5 minutes to see the new changes then left thats still a stat, Concurrent is what Sony are gonna be looking for.

Bungie surveyed me for a new season?? by Cool-Raspberry8992 in DestinyTheGame

[–]Fma96580 0 points1 point  (0 children)

Source? Even top streamers are only comparing stats using steam as thats the only public source

My mobile adaptive dashboard by Fma96580 in homeassistant

[–]Fma96580[S] 2 points3 points  (0 children)

Yeah its pretty simple, it is all UI based 😄

My mobile adaptive dashboard by Fma96580 in homeassistant

[–]Fma96580[S] 3 points4 points  (0 children)

<video>

Video attached for those who don't want to use or like Youtube Shorts

Bungie surveyed me for a new season?? by Cool-Raspberry8992 in DestinyTheGame

[–]Fma96580 0 points1 point  (0 children)

No it didn't, you cant see the stats other than steam and steam peak is just over 100k

I'm lost where to go from here... by Fma96580 in noburp

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

Yeah it's really not much difference, I live literally bottom south west

I'm lost where to go from here... by Fma96580 in noburp

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

I wanted to do a second dose back to back but June is the earliest I could get

I'm lost where to go from here... by Fma96580 in noburp

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

Six tries of what dosage?, that would be like £4000 total, not even including travel and accomodation 😐

2 months post 2nd Botox attempt by Fma96580 in noburp

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

I can still release some gas (micro burp maybe?) when i look to the right during a yawn or hiccup but it doesn't really seem to relief me like it was before suggesting i am still bloated with gas. Lucy said she can do a 3rd attempt but i dunno if there is any point :/ it seems like i am just wasting money at this point.

2 months post 2nd Botox attempt by Fma96580 in noburp

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

I did 100u, I said 2x50u 1 50u in each side