#can you point me where or how do i make

1 messages Β· Page 1 of 1 (latest)

arctic crane
#

lets do it in here to clean up the front end channel

snow sand
#

okee

arctic crane
#

First question, do you work front end, or do you use Yaml as your main dashboard editing ?

snow sand
#

i'll stick to the easy one front end i guess

arctic crane
#

noted...
So first off, i would create a tab to move the devices away from the front end, and into "rooms/tabs" just the way you set it up.

That way if you have a issue with a computer or something you need to know.. you just go into the room/tab you know the device is on, and then turn it on/of or whatever your plan is

snow sand
#

oh so i make another tab?

right now its all piled up in the wake on lan tab

arctic crane
#

so.. these are tabs:

snow sand
#

got it

arctic crane
#

There are two ways of doing this.

#
  1. Create a new dashboard on the left side, and then create tabs inside there.. then you have a dashboard only for the task you are working on
#

you have a dash called: neo hotel.
You could create one new that is named: Power as an example.

That way, you get a clean and well sorted dashboard.

#
  1. you create tabs inside the existing dash, but that can create many pages, and not sure if you want that spesific thing
snow sand
#

i think the first option makes sense

#

i'm tryna make it simple so a non tech savvy can understand it

#

i'm the only IT person in this hotel

arctic crane
#

then i would do the first option for sure

#

so then you make a own dashboard named:
Power - - 1st flr
| - 2nd flr
| - 3rd flr

#

there might be other ways of doing this, but this is what i wold have done.. and after you have sorted everything out, then you can start thinking of making stuff beautiful πŸ™‚

#

functionality beats design

snow sand
#

any suggestions on the icons?

i got the most stuff at

basement
lobby/the entrance floor/ground floor
6th floor
7th floor

snow sand
#

also how does this theme part works

arctic crane
#

all those icons you can use πŸ™‚ its a bit easier to search there

snow sand
#

thats soo cool lol

#

thats very usefull

#

im a little lost on the view type been leaving it on default

arctic crane
#

search for F1 f.eks

#

or just search for "number"

snow sand
#

epicccc

#

i searched floor it showed 0,1 2 and then u suggested number

#

even better

arctic crane
#

πŸ™‚

#

I have to chop some wood soon, but you have a good start here, and i can help more later.. might be others here that want to help you out as well πŸ™‚

snow sand
#

idk how to thank you 😁

#

chop wood where you from if you dont mind me asking

#

i'm in malaysia

arctic crane
#

Norway πŸ™‚

snow sand
#

oh wow cold country man

#

u got snow too?

#

ur like on the other end of the globe like 10k km away πŸ˜‚

arctic crane
#

We had -12Β°c where I`m from, but no sow atm. but up north its about -30

snow sand
snow sand
#

over here its like 50c

#

or 55

#

avg

#

shoes stick to the road on a hot day lol

arctic crane
#

I might need a hotel room over there hehe

#

be back later ::)

snow sand
#

haha sureeee

#

i got admin access

#

i'll get u anything u want

#

its just a 3 star hotel

arctic crane
#

lol i was joking πŸ˜› hehe

snow sand
#

owned by archipelago international

snow sand
#

hey man how are u

#

i finished making it like u told me tp

#

to

#

whats my next step from here

snow sand
arctic crane
#

Well look at that, cleaner πŸ™‚

snow sand
#

ikrr

#

ur a lifesaver

arctic crane
#

Do you have mushroom cards installed ?

snow sand
#

no

#

the first one?

#

or all?

arctic crane
#

Wait... if you use the tile card instead

#

thats card you have

snow sand
#

i do?πŸ˜…where do i see that

arctic crane
#

Hold on, need to power on my computer

#

i just made this quick to show you a other more clean card

#

when you add a new card to your dashboard, you should have a card named "tile"

snow sand
arctic crane
#

i have a other suggestion as well.. just need to find the card first

arctic crane
#

mushroom cards have allot of nice stuff.
if you look at these examples by @fading hornet

https://github.com/dsellers1/home-assistant

the examples there are icon/color reactions to states whitch could be real nice for you to use

snow sand
#

so i download those cards ?

arctic crane
#

Yes

#

Or no

arctic crane
#

You download the mushroom card

snow sand
arctic crane
#

And then you can edit the cards like he did after

snow sand
#

okee

#

let me try

#

i downloaded all the one is mentions lol

#

type: button
entity: sw_neo313fbm_pc
show_name: true
show_icon: true
tap_action:
  action: toggle
name: Using one state
card_mod:
  style: |-
    ha-card {
      {% if is_state('sw_neo313fbm_pc', 'off') %}
        --card-mod-icon: mdi:desktop-classic;
        --card-mod-icon-color: red;
      {% else %}
        --card-mod-icon: mdi:desktop-classic;
        --card-mod-icon-color: green;
      {% endif %}
    }
#

trying to make that or something idk it seemed cool its green when its on and red when off

fading hornet
#

your entity name is wrong

arctic crane
#

@fading hornet you are really fast on that keyboard!

#

πŸ˜›

snow sand
#

oh wow

#

sw_neo313fbm_pc

#

i literally got the gods to help me on these

fading hornet
#

Had this thread open on other monitor while doing some other work. πŸ˜‰

snow sand
#

this the default one that works right now

fading hornet
#

In the second screenshow, you show switch.sw_neo313fbm_pc but the first is only sw_neo313fbm_pc.

snow sand
#

i'm open to anyideas or suggestion on how to make this look better lol my creativity is 0

arctic crane
#

you need to tell the card what to do.
You must always start with a:
sensor.
switch.
light.

To tell the card what entity it is πŸ™‚

snow sand
#

yooooooo

#

it became greeeen

#

epicccc

fading hornet
#

Now, take a look at the code. Your entity is a switch and the tap_action is toggle. I'm assuming you do not want to be able to turn off this device via the card... If that's true, change toggle to none.

snow sand
# snow sand

i can change color like on hex code or something?

arctic crane
#

yes

snow sand
arctic crane
#

use "#HEXCODE"

fading hornet
#

Okay. So it is not an actual switch on like a smart plug. Gotcha.

snow sand
#

i lost the color lol


show_name: true
show_icon: true
type: button
entity: switch.sw_neo313fbm_pc
tap_action:
  action: none
name: FBM PC
show_state: true
card_mod:
  style: |-
    ha-card {
      {% if is_state('sw_neo313fbm_pc', 'off') %}
        --card-mod-icon: mdi:desktop-classic;
        --card-mod-icon-color: "#FF5555" ;
      {% else %}
        --card-mod-icon: mdi:desktop-classic;
        --card-mod-icon-color: "#55FF55";
      {% endif %}
    }

fading hornet
snow sand
#

it

snow sand
#

its back

#

thank you for that wonderful site

arctic crane
#

oh that name list @fading hornet i didnt know about! i have just been guessing the color names hehe

fading hornet
#

If you have to make 33 of the exact same button (but with different entities), I suggest incorporating either the Decluttering card or making Configuration Templates with the custom:button-card. Then, you can create a template to be reused and not have to repeat it each time.

snow sand
#

how to make that template?

arctic crane
snow sand
#

hahaha

#

sadly no

#

but i can spend my monday doing it

#

πŸ˜‚πŸ˜‚

arctic crane
#

there is a nice youtube video out there.. hold on!

snow sand
#

today is friday

arctic crane
fading hornet
#

Making changes in the future is going to be a PITA... (Speaking from experience.)

arctic crane
#

yeah i agree.. i have started to template my own cards, but i use YAML, never tried the Decluttering card before

snow sand
#

they all have different name and icon

#

will it still work?

#

i cant upload the whole thing sorry

fading hornet
#

An example. This is what is used to create one of the cards shown here. The colored dot is a separate entity for the battery level. ```yaml

  • type: custom:button-card
    template: motion_detector_animated
    entity: binary_sensor.living_room_motion_detector_on_off
    name: Living Room
    variables:
    var_battery_entity: sensor.living_room_motion_detector_battery_level
#

Yellow Kitchen 1 means it is offline. When motion is detected, the icon flashed and name illuminates.

snow sand
#

that dot and icons looks really good

#

any suggestion for desktops or pc ?

#

another thing my tiles are huge

#

or is it looks fine?

fading hornet
#

I would suggest looking into the layout-card and its grid-layout capability. This way, you can define how many columns are shown and, therefore, get all 33 entities on one view without needing to scroll. (You can use the stock Grid card too, but you cannot specify column widths, only number of columns, which probably would not be an issue in this case.) yaml type: grid layout: grid-template-columns: 20% 20% 20% 20% title: Motion Detectors columns: 4 square: false

arctic crane
#

Yeah I made him clean it up and make one page per floor to make it easier to find the correct device

#

Or I suggested hehe

snow sand
#

really appreaciated it

arctic crane
#

I did this at work, so that each floor has its own wall tablet, just showing the floor they are on

snow sand
#

thats smarttt

arctic crane
#

But the layout card might be just as smart

snow sand
#

seems like the colorful card thingy doesnt work with different icons?

#

nvm my bad forgotten to edit it at the bottom

fading hornet
#

I would still suggest using a grid card to minimize the screen real-estate the buttons are taking up. Would leave more room for other useful stuff (weather, calendar, HVAC, cameras, etc.)

snow sand
#

okee right now i'm changing all of them to have colors with the code

#

1 by 1 lol

#

let me try the grid card tonight or tmr

#

btw is it late night for u guys? am i interrupting your sleep?

arctic crane
#

9:30 in the morning πŸ™‚

snow sand
#

oh oke so i'm not annoying yall that much πŸ˜‚

snow sand
#

just finished re doing all the cards

snow sand
#

hey good morning

#

i saw this online

#

where or how do i set my background to that in home assistant

snow sand
#

i tried the mushroom card auto dashboard the home page looks good other stuff is still messy


strategy:
  type: custom:mushroom-strategy
views: []

#

i like the home page tho

#

is it possible to implement it somehow into my existing one?

#

seems to not appear in the mobile app thou

snow sand
#

nvm i reset it back to default it works on mobile probably i broke something

arctic crane
#

Progress πŸ™‚

snow sand
#

thank you for the help but any idea how do i make those location thingy seems cool

#

same with the theme

snow sand
#

i made this

#

so by clicking on it it takes me to that tab

#

should i hide the tabs or something then?

#

i got an issue where 1 button isn't appearing

#

nvm fixed i

#

it

snow sand
#

i gotta make the switches look better right now taking up too much space

#

and the alignment i guess

snow sand
#

this my main home window now any idea how to make it more arranged

arctic crane
#

You have good progress now, test it out and ask your users. Always best to get their input before going more crazy on design and layout πŸ™‚

#

Even though the IT guy is always right hehe

snow sand
snow sand
#

made him turn on a few pc and check the ink level of printers

arctic crane
#

Then I would stop there, let them use it for a little while, while you duplicate it and start working on a new version in the background, without doing changes to the one that they use. And ask them for updated feedback.

My experience (it guy) always look at stuff different then the end user. So if you want them to use it, feedback is important

snow sand
arctic crane
#

Try using layout card. There are many good guides on YouTube on that card

#

Be back later, heading out to the woods