#Show assist conversation.

1 messages · Page 1 of 1 (latest)

idle sand
#

I see others showing a conversation on other screens than the web assist.

How does this work?

raw sable
#

text_sensor:

  • id: text_request
    platform: template
    on_value:
    lambda: |-
    if(id(text_request).state.length()>32) {
    std::string name = id(text_request).state.c_str();
    std::string truncated = esphome::str_truncate(name.c_str(),31);
    id(text_request).state = (truncated+"...").c_str();
    }

  • id: text_response
    platform: template
    on_value:
    lambda: |-
    if(id(text_response).state.length()>32) {
    std::string name = id(text_response).state.c_str();
    std::string truncated = esphome::str_truncate(name.c_str(),31);
    id(text_response).state = (truncated+"...").c_str();
    }

#

This is ESPHome

idle sand
#

i only have 2 esp voice assist also 3 voip and 2 linux wyoming_satellites no general solution?