#can you point me where or how do i make
1 messages Β· Page 1 of 1 (latest)
okee
First question, do you work front end, or do you use Yaml as your main dashboard editing ?
i'll stick to the easy one front end i guess
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
oh so i make another tab?
right now its all piled up in the wake on lan tab
so.. these are tabs:
got it
There are two ways of doing this.
- 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.
- you create tabs inside the existing dash, but that can create many pages, and not sure if you want that spesific thing
yeah the neo hotel one basically shows all the stuff for the hotel and in it i made tabs idk if its good or not
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
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
any suggestions on the icons?
i got the most stuff at
basement
lobby/the entrance floor/ground floor
6th floor
7th floor
btw appreaciate your help and suggestions for breaking it down in my head everything is messy lol
also how does this theme part works
all those icons you can use π its a bit easier to search there
yooooooo
thats soo cool lol
thats very usefull
im a little lost on the view type been leaving it on default
π
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 π
thank you my friend really appreaciate for the guidance
idk how to thank you π
chop wood where you from if you dont mind me asking
i'm in malaysia
Norway π
oh wow cold country man
u got snow too?
ur like on the other end of the globe like 10k km away π
We had -12Β°c where I`m from, but no sow atm. but up north its about -30
damm bro minus
over here its like 50c
or 55
avg
shoes stick to the road on a hot day lol
haha sureeee
i got admin access
i'll get u anything u want
its just a 3 star hotel
lol i was joking π hehe
owned by archipelago international
hey man how are u
i finished making it like u told me tp
to
whats my next step from here
Well look at that, cleaner π
Do you have mushroom cards installed ?
i do?π where do i see that
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"
okee thank you appreaciate for going thru the trouble
i have a other suggestion as well.. just need to find the card first
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
so i download those cards ?
they do look nice
You download the mushroom card
i dont mind downloading
And then you can edit the cards like he did after
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
your entity name is wrong
Had this thread open on other monitor while doing some other work. π
this the default one that works right now
thank you master
In the second screenshow, you show switch.sw_neo313fbm_pc but the first is only sw_neo313fbm_pc.
i'm open to anyideas or suggestion on how to make this look better lol my creativity is 0
ahhh
let me try again
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 π
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.
yes
yeah its like a wake on lan command push button thingy
use "#HEXCODE"
Okay. So it is not an actual switch on like a smart plug. Gotcha.
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 %}
}
Like BerrisNO said, you can, but I, personally, like to use CSS name. I think this page for reference: CSS Color Names Sorted by Lightness and Hue
yeah i got like 33 of them trying to make it easier for the office so if i'm not here anyone can do ti
it
agreed π
oh that name list @fading hornet i didnt know about! i have just been guessing the color names hehe
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.
Yeah i got 33 pc different entity name but same stuff mostly i made them already using the regular button
how to make that template?
if you get payed for each hour, i would do it the hard way heheh kidding!
there is a nice youtube video out there.. hold on!
today is friday
Making changes in the future is going to be a PITA... (Speaking from experience.)
yeah i agree.. i have started to template my own cards, but i use YAML, never tried the Decluttering card before
they all have different name and icon
will it still work?
i cant upload the whole thing sorry
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.
that dot and icons looks really good
any suggestion for desktops or pc ?
another thing my tiles are huge
or is it looks fine?
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
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
u gave a big brain idea
really appreaciated it
I did this at work, so that each floor has its own wall tablet, just showing the floor they are on
thats smarttt
But the layout card might be just as smart
seems like the colorful card thingy doesnt work with different icons?
nvm my bad forgotten to edit it at the bottom
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.)
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?
9:30 in the morning π
oh oke so i'm not annoying yall that much π
just finished re doing all the cards
hey good morning
i saw this online
where or how do i set my background to that in home assistant
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
nvm i reset it back to default it works on mobile probably i broke something
Progress π
ikr
thank you for the help but any idea how do i make those location thingy seems cool
same with the theme
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
i gotta make the switches look better right now taking up too much space
and the alignment i guess
this my main home window now any idea how to make it more arranged
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
can someone guide me on how to use theme?
i downloaded the following from hacs what do i do next?
thank you,i asked my boss who is the oldest and barely touches the computer he got it sorted
made him turn on a few pc and check the ink level of printers
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
yes i've duplicated it its just the layout is bugging everyone for the home page