This will allow transparency to be specified in the colorcondition. If no state is matched, the default transparency will be used. Using the color name of transparent throws unnecessary console errors.
Example configuration:
entities:
- entity: <an entity>
type3d: room
object_id: <a room object (generally the floor) with a name containing "room". >
room:
elevation: 254
transparency: 100 #default if no transparency is specified in colorcondition.
attribute: state
colorcondition:
- color: yellow
transparency: 80
state: 'on'
This will allow transparency to be specified in the colorcondition. If no state is matched, the default transparency will be used. Using the color name of transparent throws unnecessary console errors.
Example configuration: