I would added them to a group and then add that group to another and they will come up in a card not as badges.
Can you please explain me this a little bit with a code I a newbie on this
Have a look hereā¦
Puh ok that looks heavy . I look to unterstand it and try itā¦thanks
If you get stuck post your code here and we can help debug it
Oh thats nice from you You mean the hole code so the configuration.yaml or just the sensor code?
I mean the new group code youāve just written
time_zone: Europe/Berlin
customize:
group:
Sensor:
name: Sensor 1
entities:
- sensor.flower_1_battery
- sensor.flower_1_conductivity
- sensor.flower_1_light_intensity
- sensor.flower_1_moisture
- sensor.flower_1_temperature
name: Sensor 2
entities:
- sensor.flower_2_battery
- sensor.flower_2_conductivity
- sensor.flower_2_light_intensity
- sensor.flower_2_moisture
- sensor.flower_2_temperature
is this ok?
Looks goodish
I would go 1 further thoā it depends how you want them to lookā¦
group:
myplants:
view: yes # comment this out if you don't want it in a tabbed view
name: Plant Life but not as we know it
group.sensor1
group.sensor2
sensor1:
name: Sensor 1
entities:
- sensor.flower_1_battery
- sensor.flower_1_conductivity
- sensor.flower_1_light_intensity
- sensor.flower_1_moisture
- sensor.flower_1_temperature
sensor2
name: Sensor 2
entities:
- sensor.flower_2_battery
- sensor.flower_2_conductivity
- sensor.flower_2_light_intensity
- sensor.flower_2_moisture
- sensor.flower_2_temperature
hm it dont work hass.io not starting but over samba connection can see that the configuration.ymal is empty. restore it
What is with this text i delete it or its no matter?
# Customization file
customize: !include customize.yaml
OK, that line loads the cusomization commands, where you can hide entities, add friendly names, add icons and other cosmetic stuff, so no currently you donāt need it. It is also part of how you manage how your config files are managed as you will find that over time you canāt really keep it all in the configuration.yaml file as it will be thousands of lines long.
See here and here
BTW itās no good saying āit dont workā and not pasting your config (using the code blocks - enclose the code with three back tics (thatās the key left of 1/!)) - since we have no way of know what you have pasted in and how you did it and where you did it. Yaml is very picky over the spacing and there must be no tabs in any of the config files.
I suggest you read the start guide it will give you a very good basis in how HA works and where things go.
Having said that please post your config (using the code blocks) here and I will try to figure out whatās up
Sry i think the problem is my english is not the best an i understand not all
configuration.yaml (2.8 KB)
its so ok?
that you do not wonder I have the command # comment this out if you donāā¦ for me that i know for what is the command
Get rid of this line at the end of the fileā¦
group: !include groups.yaml
You canāt include a groups.yaml if you are defining the groups in the config.yaml
That looks better
ok then i test it now
Good luck
iĀ“m not understand where is the mistake