basic integration of entities to profile
This commit is contained in:
@ -10,8 +10,6 @@
|
||||
= f.input :name
|
||||
.field
|
||||
= f.input :ha_id , collection: Entity.ha_entities
|
||||
.field
|
||||
= f.input :ha_type , collection: ["text" , "bool"]
|
||||
.field
|
||||
= f.input :member_id , collection: Member.all.collect{|m| [m.name , m.id ]}
|
||||
.actions{class: button_classes}
|
||||
|
Reference in New Issue
Block a user