Not able to group object with id
Closed this issue · 4 comments
Frazou1 commented
Checklist:
- I updated to the latest version available
- I cleared the cache of my browser
Release with the issue:
Last working release (if known):
Browser and Operating System:
Description of problem:
Javascript errors shown in the web inspector (if applicable):
Additional information:
adizanni commented
Hello @Frazou1, I would need more info here (ex. your card yaml config, a link to the model in obj format, etc).
Frazou1 commented
object_groups:
- object_group: Salon_light
objects:
- object_id: border_510
- object_id: border_504
- object_id: border_507
- object_id: border_501
entities:
- entity: light.lumiere_table
type3d: light
object_id: Sphere_104_459
light:
shadow: 'yes'
vertical_alignment: bottom
- entity: light.lumiere_salon
type3d: light
light: {}
object_id: Salon_light
adizanni commented
When you refer an object group you need to put it between bracket:
- entity: light.lumiere_salon
type3d: light
light: {}
object_id: <Salon_light>
Frazou1 commented
Thanks you so munch ! Working now !